Question Editor API Initialization
hidden
Define which attributes should be hidden in all question types.
For array type fields like options
, you can either define a selector for a specific entry, e.g. options[0]
, or you can specify a selector targeting the whole array, e.g. options[*]
.
Also use this for children of array type fields, e.g. validation.valid_response.value[*].aria_label
Values
Attribute path base_question_type.hidden
Type array