OptionaldefaultThe default text value
OptionaldescriptionA longer description/summary/notes for this field
The unique id of this input field within the input group
OptionalisThis will be removed in 2.0.0 of this api. Use isVisibleExpression instead.
A function called to check whether this input should be visible, based on the current options selections within the input group
Note: This function must not depend on anything outside of its scope. If it does it will fail to compile and will be skipped.
Note: If both this and isVisibleExpression are provided, isVisibleExpression will take precedence.
OptionalisOptionalisA companion expression to check whether this input should be visible, based on the current options selections within the input group
This is the same syntax as other expressions written inside of Comapnion.
You can access a value of the current options using $(options:some_field_id).
This does not support the isVisibleData property, let us know if you need this.
Note: If both this and isVisible are provided, this will take precedence.
The label of the field
OptionalmultilineShow as a multiline input field
OptionalregexA regex to use to inform the user if the current input is valid. Note: values may not conform to this, it is a visual hint only
OptionalrequiredWhether a value is required Note: values may not conform to this, it is a visual hint only
OptionaltooltipA hover tooltip for this field
The type of this input field
OptionaluseWhether to suggest variables to the user This can either be a boolean for minimal support, or an object defining additional values
A basic text input field
Available for actions/feedbacks/config
Example