DialogueContext

Example
define([
  "blueconic/api/data/domain/DialogueContext"
], function(DialogueContext) {
  var dialogueContext = new DialogueContext();
  // ...
});

Properties

The position that is currently selected in the ChannelView.
When no position is selected, this is null.

Events

onChange()

When this context object changes.