Dimension.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 DimensionTree component named dimTree with the source dim (see Example of Creating the DimensionTree 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:

Dimension