Interface IEmptyBarcodeContent
A structure defining the content of empty barcode placeholders.
Package: @aurigma/design-atoms-interfaces
Properties
barcodeFormat
The barcode format.
Declaration
barcodeFormat?: TBarcodeFormat;
Property Value
Type | Description |
---|---|
TBarcodeFormat | The barcode format. |
barcodeSubType
The barcode subtype.
Declaration
barcodeSubType?: TBarcodeSubType;
Property Value
Type | Description |
---|---|
TBarcodeSubType | The barcode subtype. |