@arl/leaflet-tracksymbol2
    Preparing search index...

    Interface AnimationPlaybackEventInit

    interface AnimationPlaybackEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        currentTime?: CSSNumberish;
        timelineTime?: CSSNumberish;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    currentTime?: CSSNumberish
    timelineTime?: CSSNumberish