LabelSettings

16 Dec 20251 minute to read

Configures settings related to Label popup in the editor.
This property utilizes the LabelSettingsModel to specify various options and behaviors for paste operations.

Properties

items LabelItemModel[]

Specifies the label items for the label popup.
This property is an array of LabelItemModel instances defining label-related options.
By default, predefined labels are provided.

Defaults to []

triggerChar string

Specifies the trigger character for labels.
This property defines the character that triggers the label popup to open.
By default, the trigger character is set to $

Defaults to ’$’