Provides necessary functionality to get tree model data for an outline. Takes into consideration different design time root elements.
Node | Description |
---|---|
sap.ui.rta.service.Outline.ExtensionPointInfo |
Object containing an outline of available nodes. |
sap.ui.rta.service.Outline.OutlineObject |
Object containing an outline of available nodes. |
Method | Description |
---|---|
sap.ui.rta.service.Outline.get |
Returns an outline model data associated with the key user adaptation instance, starting from the passed control. If no control is passed, the root control(s) of the respective key user adaptation instance is taken as the initial control. Throws an error if the control ID parameter is not a valid control with a stable ID. |
Returns an outline model data associated with the key user adaptation instance, starting from the passed control. If no control is passed, the root control(s) of the respective key user adaptation instance is taken as the initial control. Throws an error if the control ID parameter is not a valid control with a stable ID.
Param | Type | DefaultValue | Description |
---|---|---|---|
sId | string |
ID of the control to start with. If omitted the root control(s) is used. |
|
iDepth | int |
Depth of |