Graphora API
    Preparing search index...

    Interface PackedComponent

    interface PackedComponent {
        bounds: GraphBounds;
        fixed: boolean;
        nodeKeys: readonly string[];
        translation: Point;
    }
    Index
    bounds: GraphBounds
    fixed: boolean
    nodeKeys: readonly string[]
    translation: Point