Skip to main content

@dialstack/sdk-dev / js/src / PhoneNumbersClasses

Interface: PhoneNumbersClasses

Defined in: sdk/js/src/types/phone-numbers.ts:230

CSS classes for the PhoneNumbers component

Extends​

Properties​

base?​

TypeScript
optional base?: string;

Defined in: sdk/js/src/types/appearance.ts:174

Base class applied to the container always

Default​

TypeScript
'dialstack-component'

Inherited from​

BaseComponentClasses.base


empty?​

TypeScript
optional empty?: string;

Defined in: sdk/js/src/types/appearance.ts:192

Class applied when the component has no data

Default​

TypeScript
'dialstack-component--empty'

Inherited from​

BaseComponentClasses.empty


error?​

TypeScript
optional error?: string;

Defined in: sdk/js/src/types/appearance.ts:186

Class applied when there's an error

Default​

TypeScript
'dialstack-component--error'

Inherited from​

BaseComponentClasses.error


loading?​

TypeScript
optional loading?: string;

Defined in: sdk/js/src/types/appearance.ts:180

Class applied when the component is loading

Default​

TypeScript
'dialstack-component--loading'

Inherited from​

BaseComponentClasses.loading


pagination?​

TypeScript
optional pagination?: string;

Defined in: sdk/js/src/types/phone-numbers.ts:234


row?​

TypeScript
optional row?: string;

Defined in: sdk/js/src/types/phone-numbers.ts:232


statusBadge?​

TypeScript
optional statusBadge?: string;

Defined in: sdk/js/src/types/phone-numbers.ts:233


table?​

TypeScript
optional table?: string;

Defined in: sdk/js/src/types/phone-numbers.ts:231