Response - UNC-Project-Open-AAC/OS-DPI GitHub Wiki

Response

The Response describes what the Handler should do when the browser event occurs and all the Conditions are satisfied.

Properties

Responses

Possible responses include:

  • none: do nothing
  • cue: apply the Cue to the current button or Group
  • clear cue: clear all Cues
  • activate: instruct the active Pattern to press the current button or enter the current Group
  • next: instruct the Pattern to move to the next choice
  • emit: emit the low-level event so that it can be processed by Actions
  • start timer: active the given Timer

Backlinks