Type Alias Hotcue

Hotcue: BareCuePoint & { button: HotcueButton; type: "hot_cue" }

A hotcue is like a cue point, but also includes the button it is assigned to.

Type declaration

  • button: HotcueButton

    Which hotcue button this hotcue is assigned to.

  • type: "hot_cue"