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

    Interface TransformState

    Transform state for pan/zoom operations

    interface TransformState {
        x: number;
        y: number;
        scale: number;
    }
    Index

    Properties

    Properties

    x: number
    y: number
    scale: number