SVG Graph Network API Documentation - v0.2.0
    Preparing search index...

    Interface ViewEvent

    View-related events

    interface ViewEvent {
        timestamp?: number;
        type: "zoom" | "pan" | "reset" | "resize";
        transform?: TransformState;
        bounds?: Bounds;
    }

    Hierarchy (View Summary)

    Index

    Properties

    timestamp?: number

    Event timestamp

    type: "zoom" | "pan" | "reset" | "resize"

    Event type identifier

    transform?: TransformState
    bounds?: Bounds