Interface GestaltNodeInfoJSON

Storing GestaltNodeInfo into GestaltGraph requries JSON serialisation. The nodeId is a IdInternal, which will be converted to JSON and back.

Hierarchy

Properties

Properties

nodeId: {
    data: number[];
    type: "IdInternal";
}

Type declaration

  • data: number[]
  • type: "IdInternal"

Generated using TypeDoc