@samatawy/diagrams
    Preparing search index...

    Interface AnimationNodeShutter

    interface AnimationNodeShutter {
        state: AnimationState;
        lastFrame?: number;
        lastTimestamp?: number;
        type: "shutter";
        node: string;
        cutout?: IRect;
        fillStyle?: string;
        strokeStyle?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    lastFrame?: number
    lastTimestamp?: number
    type: "shutter"
    node: string
    cutout?: IRect
    fillStyle?: string
    strokeStyle?: string