Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EventCommand

The data class for the Event command.

Hierarchy

  • EventCommand

Index

Properties

Properties

code

code: number

The event code.

indent

indent: number

The indent depth. Usually 0. The [Conditional Branch] command, among others, adds 1 with every step deeper.

parameters

parameters: Array<any>

An array containing the Event command's arguments. The contents vary for each command.

Generated using TypeDoc