interface IAnimateReachLabelData {
    label: string;
    position: number;
}

Properties

Properties

label: string

Label name.

position: number

Frame number of label.

Generated using TypeDoc