|
|
PlacementPlacement Managementplacement provides functions for managing existing placements.
ContentsAPI Reference
Permanently updates the configuration of the running placement. This call only succeeds when the user viewing the widget is the actual owner of the placement. To know whether this is the case, check context.user.IS_OWNER. Configuration parameters must have been registered in advance in our console or via widget.update. Parameters
ReturnNoneExample UsageAS2if (_level0.cs.context.user.IS_OWNER) {
AS3if (_api.context.user.IS_OWNER) {
JavaScript// Note: Only available within JS kernel |