Options.defaults.textParameters Class
chargeAfterEditing
BooleanThe price will be charged first after the text has been edited.
Default: false
maxFontSize
NumberThe maximum font size. Using a value higher than 200 can cause performance issues with text boxes.
Default: 1
numberPlaceholder
BooleanEnables the text element as a number placeholder for the Names & Numbers module. You can enable this parameter for one text element in a view. If you want to define a range of allowed numbers, just use an array. The first value in the array defines the minimum value, the second value defines the maximum value, e.g. [0, 10].
Default: false
strokeColors
ArrayThe colors for the stroke. If empty, the color wheel will be displayed.
Default: []
textBox
BooleanEnables the text element as a text box. A text box has a fixed width and not be resized.
Default: false
textLinkGroup
StringLink the text of different text elements, changing the text of one element will also change the text of text elements with the same textLinkGroup value.
Default: ""