Skip to main content

Onboarding

UI components that can be used to onboard the user.

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.


buttonNext?

optional buttonNext: DocutainButton;

The button that goes to the next item.


buttonFinish?

optional buttonFinish: DocutainButton;

The button that closes the onboarding on the last item.


buttonSkip?

optional buttonSkip: DocutainButton;

The button to skip (close) the onboarding.


buttonBack?

optional buttonBack: DocutainButton;

The button that goes to the previous item. It is disabled by default.


scanHintPopup?

optional scanHintPopup: null | ScanHintPopup;

A popup that appears when scan is opened for the first time, explaining the user how to scan.