RootKey : Number;
The RootKey property determines a root object, which objects are displayed in component.
Use JSON or the setRootKey method to set the property value and the getRootKey method to get the property value.
To execute the example, the page must contain NavigatorBox component named navbox (see Example of Creating the NavigatorBox Component.
// Get object view view = navbox.getObjectsView(); // Get root object key view.getRootKey();
After executing the example the root object key is obtained.
See also: