Interface IStubBarcodeContent
A structure defining the content of stub barcode placeholders.
Package: @aurigma/design-atoms-interfaces
Examples
{
"defaultItemsConfig": {
"stubImages": {
"barcode": {
"postScriptName": "LucidaSans-Italic",
"text": "Define a Barcode"
}
}
}
}
Properties
postScriptName
The font PostScript name of the text message in the stub barcode placeholder.
Declaration
postScriptName?: string;
Property Value
Type | Description |
---|---|
string | The font PostScript name of the text message in the stub barcode placeholder. |
text
The text message in the stub barcode placeholder.
Declaration
text?: string;
Property Value
Type | Description |
---|---|
string | The text message in the stub barcode placeholder. |