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.
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.