DimSource.getSchemas

Syntax

getSchemas ();

Description

The getSchemas method returns information about all available selection schemas for the dictionary.

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 available selection schemas in the dictionary:

console.log(dim.getSchemas()[0].id)

After executing the example identifier of the first selection schema is displayed tot he browser output.

See also:

DimSource