Variable TimelineEventTypesConst

TimelineEventTypes: {
    GoToPointEvent: "goto_point";
    StartPointEvent: "start_point";
    WaitEvent: "wait";
} = ...

Type declaration

  • Readonly GoToPointEvent: "goto_point"
  • Readonly StartPointEvent: "start_point"
  • Readonly WaitEvent: "wait"

Generated using TypeDoc