Skip to main content

@dialstack/sdk / index / AccountOnboardingClasses

Interface: AccountOnboardingClasses

Defined in: sdk/src/types/account-onboarding.ts:31

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

stepAccount?

optional stepAccount?: string;

Defined in: sdk/src/types/account-onboarding.ts:32


stepComplete?

optional stepComplete?: string;

Defined in: sdk/src/types/account-onboarding.ts:35


stepHardware?

optional stepHardware?: string;

Defined in: sdk/src/types/account-onboarding.ts:34


stepNumbers?

optional stepNumbers?: string;

Defined in: sdk/src/types/account-onboarding.ts:33