DimSource.getGroups

Syntax

getGroups ();

Description

The getGroups method returns information about all groups of dictionary elements.

Example

To execute the example, the HTML page must contain DimTree component named dimTree with the dim source (see. Example of Creating the DimTree Component). Show information about dictionary element groups:

console.log(dim.getGroups()[0].n);

 

After executing the example name of the first elements group is displayed in the browser console.

See also:

DimSource