Variable defaultsConst

defaults: {
    getChildProperties: Function;
    isNode: Function;
} = ...

Default settings. 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