MetabaseTreeList.ExpandedKeys

Syntax

ExpandedKeys: Array of Number || Number

Description

The ExpandedKeys property sets object key or an array of object keys for the objects that are shown as expanded nodes in the tree.

Comments

Property value cannot be set from JSON in component constructor. Use the setExpandedKeys method to set the value.

Example

An example of using the setExpandedKeys method is given on the Example of Creating the MetabaseTreeList Component page.

See also:

MetabaseTreeList