WebExtensionReference

WebExtensionReference class

Represents identify the provider location and version of the extension.

class WebExtensionReference;

Properties

PropertyTypeDescription
idstringGets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.
versionstringGets and sets the version.
storeNamestringGets and sets the instance of the marketplace where the Office Add-in is stored. .
storeTypeWebExtensionStoreTypeGets and sets the type of marketplace that the store attribute identifies.

id

Gets and sets the identifier associated with the Office Add-in within a catalog provider. The identifier MUST be unique within a catalog provider.

id : string;

version

Gets and sets the version.

version : string;

storeName

Gets and sets the instance of the marketplace where the Office Add-in is stored. .

storeName : string;

storeType

Gets and sets the type of marketplace that the store attribute identifies.

storeType : WebExtensionStoreType;