Provides an API to access UI2 personalization.
Node | Description |
---|
Method | Description |
---|---|
sap.ui.fl.apply.api.UI2PersonalizationApplyAPI.load |
Retrieves a personalization object stored for an application under a given container ID and item name; in case no itemName is given all items for the given container key are returned. |
Retrieves a personalization object stored for an application under a given container ID and item name; in case no itemName is given all items for the given container key are returned.
Param | Type | DefaultValue | Description |
---|---|---|---|
mPropertyBag | object |
Object with parameters as properties |
|
selector | sap.ui.fl.Selector |
Used to retrieve the associated flex persistence |
|
containerKey | string |
The key of the container in which the personalization was stored |
|
itemName | string |
The item name under which the personalization was stored |