Variable config

config: {
    getChildProperties: Function;
    isNode: Function;
}

Settings registry. Can be imported by calling code and modified.

Type declaration

  • getChildProperties: Function

    Which properties of a node are child nodes?

  • isNode: Function

    Which values are considered nodes? By default, all plain objects (i.e. not instances of a class)

Generated using TypeDoc