Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Event

Interface defining the properties that en event retrieved from the API can have. Each event can have multiple parameters, some of which are user-definable and will be in one of three states: abstract, ready or active.

Hierarchy

  • Event

Index

Properties

id

id: string

Optional longdesc

longdesc: undefined | string

modify

modify: boolean

name

name: string

parameters

parameters: Array<EventParams>

Optional previewUrl

previewUrl: undefined | string

productionId

productionId: string

state

state: "abstract" | "ready" | "active"

trigger

trigger: boolean

Optional verb

verb: undefined | string

Generated using TypeDoc