Configuration of the dialog to manually edit the barcode count.

Hierarchy

  • PartiallyConstructible
    • ManualCountEditDialog

Constructors

Properties

cancelButton: ButtonConfiguration

Configuration of the edit dialog's cancel button. Hiding both the update and cancel buttons simultaneously is an undefined behavior.

clearTextButton: IconStyle

Configuration of the edit dialog's button to clear the entered count number.

dividerColor: string

Color of the divider and separator lines in the edit dialog. Default is "?sbColorOutline"

Configuration of the edit dialog's info text.

modalOverlayColor: string

Background color of the overlay surrounding the edit dialog. Default is "?sbColorModalOverlay"

sheetColor: string

Color of the edit dialog's background. Default is "?sbColorSurface"

title: StyledText

Configuration of the edit dialog's title.

updateButton: ButtonConfiguration

Configuration of the edit dialog's confirm button. Hiding both the update and cancel buttons simultaneously is an undefined behavior.