(Object, Component<BIUF>) (Acronym: Bold, Italic, Underline Formatting) is a type of Vercengen Component that functions similar to a minimally rich text input. If you wish to have a multiline rich text input, consider using (Object, Component<WYSIWYG>).
Note. ‘Returns:’ refers to what the Component value returns when exported to its .variable
binding.
<component_key>: (Object, Component<BIUF>)
- Inherits from Component.
- name: (String, Localisation) - Optional.
- placeholder: (String, Localisation) - Optional.
- disable_bold: (Boolean) - Optional. False by default.
- disable_italics: (Boolean) - Optional. False by default.
- disable_underline: (Boolean) - Optional. False by default.
- max: (Number/String, Localisation) - The maximum character length of the Component.
- min: (Number/String, Localisation) - The minimum character length of the Component.
- left: (Boolean) - Whether the name should be on the left. True by default.
- right: (Boolean) - Whether the name should be on the right. False by default.