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
readonlyaddOnUISdk.instance.clientStorageReference to the client storage object of the add-on.
readonlyaddOnUISdk.instance.manifestAdd-ons manifest details. Maps to entries in the add-ons manifest file.
readonlyaddOnUISdk.instance.runtimeRepresents the current add-on runtime.