Skip to main content
⚠️ Archived Version

You are viewing documentation for Design Editor version 7.2, which is no longer actively maintained. For the latest features and updates, please refer to the current version (7.3).

Interface: IStubImagesBarcodeConfig

A configuration of messages in stub barcode placeholders.

Example

configuration = {
stubImages: {
barcode: {
postScriptName: "LucidaSans-Italic",
text: "Define a Barcode",
errorText: "ERROR",
},
},
};

Properties

text?

optional text?: string

The message to be displayed on stub barcodes. The default value is "Sample".


errorText?

optional errorText?: string

The message to be displayed on barcodes with invalid content. The default value is "Error".


postScriptName?

optional postScriptName?: string

The font name of text. The default value is "Roboto-Regular".

Was this page helpful?