addOnUISdk.instance

Represents the currently running add-on instance. This object is used to provide access to the clientStorage and manifest objects. See the Storing and Retrieving Client Side Data use case implementation and Manifest reference for more details.

data-slots=text
data-variant=info
Runtime: This API runs in the iframe runtime (addOnUISdk). See the Add-on Architecture Guide for the dual-runtime model.

Objects

Attribute
Object
Description
readonly
addOnUISdk.instance.clientStorage
Reference to the client storage object of the add-on.
readonly
addOnUISdk.instance.manifest
Add-ons manifest details. Maps to entries in the add-ons manifest file.
readonly
addOnUISdk.instance.runtime
Represents the current add-on runtime.