Skip to main content

@dialstack/sdk / index / PhoneNumbersClasses

Interface: PhoneNumbersClasses

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

CSS classes for the PhoneNumbers component

Extends

  • BaseComponentClasses

Properties

base?

TypeScript
optional base?: string;

Defined in: sdk/src/types/appearance.ts:161

Base class applied to the container always

Default

TypeScript
'dialstack-component'

Inherited from

TypeScript
BaseComponentClasses.base

empty?

TypeScript
optional empty?: string;

Defined in: sdk/src/types/appearance.ts:179

Class applied when the component has no data

Default

TypeScript
'dialstack-component--empty'

Inherited from

TypeScript
BaseComponentClasses.empty

error?

TypeScript
optional error?: string;

Defined in: sdk/src/types/appearance.ts:173

Class applied when there's an error

Default

TypeScript
'dialstack-component--error'

Inherited from

TypeScript
BaseComponentClasses.error

loading?

TypeScript
optional loading?: string;

Defined in: sdk/src/types/appearance.ts:167

Class applied when the component is loading

Default

TypeScript
'dialstack-component--loading'

Inherited from

TypeScript
BaseComponentClasses.loading

pagination?

TypeScript
optional pagination?: string;

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


row?

TypeScript
optional row?: string;

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


statusBadge?

TypeScript
optional statusBadge?: string;

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


table?

TypeScript
optional table?: string;

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