Appearance
Mobile Web Capture API Reference / TransferViewConfig
Interface: TransferViewConfig
Configures the TransferView, where the user picks the document to copy or move the selected pages into.
Remarks
Set this through MobileWebCaptureConfig.transferViewConfig, which exposes the properties below that a consumer can meaningfully set; the rest are wired up by MWC.
Properties
container?
optionalcontainer?:HTMLElement
The container element for this View.
Remarks
When omitted, MWC creates one inside MobileWebCaptureConfig.container.
toolbarButtonsConfig?
optionaltoolbarButtonsConfig?:TransferToolbarButtons
Overrides the icon, label, or visibility of the TransferView toolbar buttons.