interface NodeConstructor {
    new NodeConstructornew (id, attributes?): NodeModel;
    new NodeConstructornew (...args): NodeModel;
}

Constructors

Constructors

Generated using TypeDoc