Optional
source: DeepPartial<IntroductionScreenConfiguration>The background color of the introduction screen.
"?sbColorSurface";
The divider color of the introduction screen.
"?sbColorOutline";
Configure the scanning steps of the introduction screen.
[new IntroListEntry({
"image": new DocumentIntroImage({}),
"text": new StyledText({
"text": "?cameraIntroItem1",
"color": "?sbColorOnSurface"
})
}), new IntroListEntry({
"image": new NoIntroImage({}),
"text": new StyledText({
"text": "?cameraIntroItem2",
"color": "?sbColorOnSurface"
})
}), new IntroListEntry({
"image": new NoIntroImage({}),
"text": new StyledText({
"text": "?cameraIntroItem3",
"color": "?sbColorOnSurface"
})
}), new IntroListEntry({
"image": new NoIntroImage({}),
"text": new StyledText({
"text": "?cameraIntroItem4",
"color": "?sbColorOnSurface"
})
})];
Determines whether the introduction screen should automatically be shown or not when the scanning session starts.
false;
The subtitle of the introduction screen.
new StyledText({
"text": "?cameraIntroSubtitle",
"color": "?sbColorOnSurface"
});
The title of the introduction screen, located in the top bar.
new StyledText({
"text": "?cameraIntroTitle",
"color": "?sbColorOnSurface"
});
Configuration of the 'done' button, located in the top bar.
new ButtonConfiguration({
"visible": true,
"text": "?cameraIntroDoneButton",
"accessibilityDescription": "?accessibilityDescriptionCameraIntroDoneButton",
"background": new BackgroundStyle({
"strokeColor": "#00000000",
"fillColor": "#00000000",
"strokeWidth": 0.0
}),
"foreground": new ForegroundStyle({
"iconVisible": true,
"color": "?sbColorPrimary",
"useShadow": false
})
});
Generated using TypeDoc
Configuration of the introduction screen for the document scanner.