Type alias GrapholNodeInfo

GrapholNodeInfo: {
    IDENTITY: TypesEnum;
    LABEL?: string;
    SHAPE: Shape;
    SHAPE_POINTS?: string;
    TYPE: TypesEnum;
}

Enumeration having type, shape and identity for each Graphol node

Type declaration