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

Constructors

Constructors

  • Parameters

    Returns NodeModel

  • Parameters

    • Rest ...args: any[]

    Returns NodeModel

Generated using TypeDoc