The turn marker animation data.

interface TurnMarkerAnimationData {
    config?: TurnMarkerAnimationConfigData;
    id: string;
    label: string;
}

Properties

Properties

The configuration of the animation.

id: string

The ID of the animation.

label: string

The label for the animation.