interface RootGraphConstructor {
    new RootGraphConstructornew (id?, attributes?): RootGraphModel;
    new RootGraphConstructornew (id?, strict?, attributes?): RootGraphModel;
    new RootGraphConstructornew (strict?, attributes?): RootGraphModel;
    new RootGraphConstructornew (attributes?): RootGraphModel;
    new RootGraphConstructornew (...args): RootGraphModel;
}

Constructors

Constructors

Generated using TypeDoc