Skip to main content

@dialstack/sdk / index / OnboardingPortalClasses

Interface: OnboardingPortalClasses

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

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

mainContent?

optional mainContent?: string;

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


optional sidebar?: string;

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