Constructor
new LongTextSettingMetadata(…args)
Passes the parameters to the superclass for initialization, then marks this setting as one that should be represented in the UI using a textarea input widget (a multi-line input control, not just a one-line input).
Parameters
-
args
any
<repeatable>
same arguments as for the superclass constructor, plus an optional validator function that will be used as the implementation of validate() for this instance. (See the signature documented there for details.)
Source
Classes
Methods
validate()
Validate the contents of the setting, if the user provided a validator function at construction time. Otherwise, just do what the superclass does. See validate() for details.