@dialstack/sdk / index / PhoneNumbersClasses
Interface: PhoneNumbersClasses
Defined in: sdk/src/types/phone-numbers.ts:116
CSS classes for the PhoneNumbers component
Extends
BaseComponentClasses
Properties
base?
optional base?: string;
Defined in: sdk/src/types/appearance.ts:161
Base class applied to the container always
Default
'dialstack-component'
Inherited from
BaseComponentClasses.base
empty?
optional empty?: string;
Defined in: sdk/src/types/appearance.ts:179
Class applied when the component has no data
Default
'dialstack-component--empty'
Inherited from
BaseComponentClasses.empty
error?
optional error?: string;
Defined in: sdk/src/types/appearance.ts:173
Class applied when there's an error
Default
'dialstack-component--error'
Inherited from
BaseComponentClasses.error
loading?
optional loading?: string;
Defined in: sdk/src/types/appearance.ts:167
Class applied when the component is loading
Default
'dialstack-component--loading'
Inherited from
BaseComponentClasses.loading
pagination?
optional pagination?: string;
Defined in: sdk/src/types/phone-numbers.ts:120
row?
optional row?: string;
Defined in: sdk/src/types/phone-numbers.ts:118
statusBadge?
optional statusBadge?: string;
Defined in: sdk/src/types/phone-numbers.ts:119
table?
optional table?: string;
Defined in: sdk/src/types/phone-numbers.ts:117