[Go to site: main page, start]

Interface TurnMarkerAnimationData

The turn marker animation data.

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

Properties

Properties

The configuration of the animation.

id: string

The ID of the animation.

label: string

The label for the animation.