Skip to main content

EmptyResultScreen

Properties

items?

optional items: DocutainListItem[];

The items you want to show as 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


title?

optional title: string;

The title to be displayed in the top toolbar.

Since

6.0.0


repeatButton?

optional repeatButton: DocutainButton;

The button that restarts the scan process.

Since

6.0.0