Interface ILinearBarcodeContent
A structure defining the content of linear barcodes.
Package: @aurigma/design-atoms-interfaces
Properties
barcodeValue
A value encoded into the barcode.
Declaration
barcodeValue?: string;
Property Value
| Type | Description |
|---|---|
| string | A value encoded into the barcode. |