interface ElementsDefinition {
    edges: EdgeDefinition[];
    nodes: NodeDefinition[];
}

Properties

Properties