Onboarding
UI components that can be used to onboard the user.
Since
6.0.0
Properties
items?
optional items: DocutainListItem[];
The items you want to show within the onboarding. See [DocutainListItem] for more details on what each item can display. You can use [defaultItems] if you don't want to provide your own. If you want to disable it, set it to null.
Since
6.0.0
buttonNext?
optional buttonNext: DocutainButton;
The button that goes to the next item.
Since
6.0.0
buttonFinish?
optional buttonFinish: DocutainButton;
The button that closes the onboarding on the last item.
Since
6.0.0
buttonSkip?
optional buttonSkip: DocutainButton;
The button to skip (close) the onboarding.
Since
6.0.0
buttonBack?
optional buttonBack: DocutainButton;
The button that goes to the previous item. It is disabled by default.
Since
6.0.0
scanHintPopup?
optional scanHintPopup: null | ScanHintPopup;
A popup that appears when scan is opened for the first time, explaining the user how to scan.
Since
6.0.0