g3-toolkit API Reference
    Preparing search index...

    Interface StructuralGraphInput

    interface StructuralGraphInput {
        edges: StructuralEdge[];
        nodes: StructuralNode[];
    }
    Index

    Properties

    Properties