Skip to main content

ScanTips

UI components that can be used to provide the user some scan tips.

Since

6.0.0

Properties

items?

optional items: DocutainListItem[];

The items you want to show within the scan tips. See [DocutainListItem] for more details on what each item can display. If you don't provide any items, some [defaultItems] will be displayed.

Since

6.0.0


toolbarItem?

optional toolbarItem: DocutainButton;

The toolbar item that will be shown allowing the user to open the scan tips.

Since

6.0.0