Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseControlIntent

Abstract base class for the "Control Intents"

Hierarchy

Properties

Methods

Properties

name

name: string = this.constructor.name

Name of the intent as it will appear in the interaction model.

Default: the class name.

Methods

Abstract generateIntent

  • generateIntent(): Intent
  • Generate a complete Intent object.

    Returns Intent