@samatawy/diagrams
    Preparing search index...

    Interface AnimationLineDash

    interface AnimationLineDash {
        state: AnimationState;
        lastFrame?: number;
        lastTimestamp?: number;
        type: "linedash";
        dashOffset: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    lastFrame?: number
    lastTimestamp?: number
    type: "linedash"
    dashOffset: number