(Object, Component<WYSIWYG>) (Acronym: What You See Is What You Get) is a fully-fledged text editor used within Vercengen Panels as a Component. If you wish to have a simpler rich text input, consider using (Object, Component<BIUF>).
 
Note. ‘Returns:’ refers to what the Component value returns when exported to its .variable binding.
 
<component_key>: (Object, Component<WYSIWYG>)
  - Inherits from Component.
 
  - name: (String, Localisation) - Optional.
 
  - placeholder: (HTMLString, Localisation) - Optional.
 
 
  - max: (Number) - The maximum number of characters to display and permit within the textarea.
 
  - min: (Number) - The minimum number of characters to display within the textarea.
 
  - multiline: (Boolean) - Optional. Whether the input should be allowed to be multiline. True by default.