TreeNodes.setChildProps

Syntax

setChildProps(settings: Object, recursive: Boolean);

Parameters

settings. Object describing properties to set;

recursive. Attribute of setting properties to all node child elements. If it is necessary to set prperties to all node child elements then parameter value should be set to true, else - false.

Description

The setChildProps method sets properties to nodes and if necessary to all child elements.

Comments

The method is under development

See also:

TreeNodes