Foundry Virtual Tabletop - API Documentation - Version 14
    Preparing search index...

    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.