Option field properties

All option field nodes share the following properties for specifying the selection option.

Binding method options

Name
Project script value
Description
Specify a boolean condition on each of the option child nodes.
boolean
Select this option to specify a condition per option. The first option for which the condition evaluates to true will be the selected option.
Specify an expression that evaluates to the name of one of the options.
option
Select this option to specify an expression which evaluates the name of the selected option.

Properties

Name
Project script attribute
Description
Selected option name
value
Name of the option to select.
This property is only available if the expression binding method has been chosen.
Threat unmatched option as an error
N/A
If checked, an error will be thrown if no valid option is selected.
Default option
defaultoption
The option to select if no valid option has been selected.
This option is only available if "Threat unmatched option as an error" is unchecked.