Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuestionnaireControlActionProps

Mapping of action slot values to the capability that this control supports.

Behavior:

  • This control will not handle an input if the action-slot is filled with an value whose ID is not associated with a capability.

Hierarchy

  • QuestionnaireControlActionProps

Properties

Properties

Optional activate

activate: string[]

Action slot value IDs that are associated with the "start/open/resume the questionnaire" capability.

Default: ['builtin_start', 'builtin_resume']

Optional answer

answer: string[]

Action slot value IDs that are associated with the "answer a question" capability.

Default ['builtin_answer', 'builtin_select']

Optional complete

complete: string[]

Action slot value IDs that are associated with the "complete questionnaire" capability.

Default ['builtin_complete']