Eulergraph
    Preparing search index...

    Type Alias VizRenderJSON

    type VizRenderJSON = {
        bb: string;
        edges: VizRenderJSONObject[];
        objects: VizRenderJSONObject[];
    }
    Index

    Properties

    Properties

    bb: string