ValueOption Properties

Properties

HelpText Optional. Help text / Tool tip for the option.
Hidden If true, the option will not appear in the select list.
Label The option label that will be dispalyed in the editor and select list.
Value The option value that will be stored in JSON. This should typically be a string or int and must correspond to the underlying c# type either directly or through default/custom JSON deserialization.

See Also