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.

Generated using TypeDoc