Appearance
Mobile Web Capture API Reference / HistoryViewConfig
Interface: HistoryViewConfig
Configures the HistoryView, which lists the documents uploaded during the session.
Remarks
Set this through MobileWebCaptureConfig.historyViewConfig, which exposes the properties below that a consumer can meaningfully set; the rest are wired up by MWC.
The View itself only appears once ExportConfig.uploadToServer, ExportConfig.downloadFromServer, and ExportConfig.deleteFromServer are all defined and the LibraryView is enabled.
Properties
container?
optionalcontainer?:HTMLElement
The container element for this View.
Remarks
When omitted, MWC creates one inside MobileWebCaptureConfig.container.
emptyContentConfig?
optionalemptyContentConfig?:EmptyContentConfig
What the View displays while nothing has been uploaded yet.
toolbarButtonsConfig?
optionaltoolbarButtonsConfig?:HistoryToolbarButtonsConfig
Overrides the icon, label, or visibility of the HistoryView toolbar buttons.