capacitor-plugin-scanbot-barcode-scanner-sdk
    Preparing search index...

    Class SheetContent

    Configuration of the list containing the barcodes that have already been scanned.

    Index

    Constructors

    • Parameters

      • Optionalsource: DeepPartial<SheetContent>

      Returns SheetContent

    Properties

    barcodeItemImageVisible: boolean

    Visibility of the barcode image in a barcode list entry.

    Default is true

    barcodeItemSubtitle: StyledText

    Configuration of the subtitle of a barcode list entry (displaying the barcode's symbology).

    barcodeItemTitle: StyledText

    Configuration of the title of a barcode list entry (displaying the barcode's value).

    clearAllButton: ButtonConfiguration

    Configuration of the button for clearing the barcode list.

    dividerColor: string

    The color of the dividers in the list sheet.

    Default is "?sbColorOutline"

    manualCountChangeColor: string

    Color of the buttons for manually changing the barcode count.

    Default is "?sbColorPrimary"

    manualCountChangeEnabled: boolean

    Enables the user to change the number of scanned items by pressing +,-, or changing the number using a keyboard.

    Default is true

    manualCountOutlineColor: string

    The color of the outline of the manual counting buttons in the list sheet.

    Default is "?sbColorOutline"

    placeholderIcon: IconStyle

    Configuration of the icon displayed in an empty barcode list.

    placeholderIconBackground: string

    Background color of the icon displayed in an empty barcode list.

    Default is "?sbColorOutline"

    placeholderSubtitle: StyledText

    Configuration of the subtitle displayed in an empty barcode list.

    placeholderTitle: StyledText

    Configuration of the title displayed in an empty barcode list.

    sheetColor: string

    Color of the list's background.

    Default is "?sbColorSurface"

    startScanningButton: ButtonConfiguration

    Configuration of the button to start scanning displayed in an empty barcode list.

    submitButton: ButtonConfiguration

    Configuration of the barcode list's submit button.

    swipeToDelete: SwipeToDelete

    The style of the swipe-to-delete button.

    title: StyledText

    Configuration of the barcode list's title. By default displays the total number of scanned barcodes.