Interface IStubImagesBarcodeConfig
A configuration of messages in stub barcode placeholders.
Package: @aurigma/design-editor-iframe
Examples
configuration = {
stubImages: {
barcode: {
"postScriptName": "LucidaSans-Italic",
"text": "Define a Barcode",
"errorText": "ERROR"
}
}
};
Properties
errorText
The message to be displayed on barcodes with invalid content. The default value is "Error".
Declaration
errorText?: string;
Property Value
| Type | Description |
|---|---|
| string | The message to be displayed on barcodes with invalid content. The default value is |
postScriptName
The font name of text. The default value is "Roboto-Regular".
Declaration
postScriptName?: string;
Property Value
| Type | Description |
|---|---|
| string | The font name of text. The default value is |
text
The message to be displayed on stub barcodes. The default value is "Sample".
Declaration
text?: string;
Property Value
| Type | Description |
|---|---|
| string | The message to be displayed on stub barcodes. The default value is |