@dialstack/sdk / index / OnboardingCollectionOptions
Interface: OnboardingCollectionOptions
Defined in: sdk/src/types/account-onboarding.ts:17
Options to control which onboarding steps are presented.
includescopes collection to only the listed steps.excludehides the listed steps.- When both are set,
includeis applied first, thenexcluderemoves from that result. - The
final_completestep is always shown regardless of these options.
Properties
steps?
optional steps?: object;
Defined in: sdk/src/types/account-onboarding.ts:18
exclude?
optional exclude?: AccountOnboardingStep[];
Hide these steps, preventing the user from seeing them.
include?
optional include?: AccountOnboardingStep[];
Show only these steps (the final_complete step is always included).