interface ExtensionEvent {
    extension?: PublishedExtension;
    extensionVersion?: string;
    host?: ExtensionHost;
    links?: ExtensionEventUrls;
    modifiedBy?: IdentityRef;
    updateType?: ExtensionUpdateType;
}

Properties

extension?: PublishedExtension

The extension which has been updated

extensionVersion?: string

The current version of the extension that was updated

Name of the collection for which the extension was requested

Gallery host url

modifiedBy?: IdentityRef

Represents the user who initiated the update

updateType?: ExtensionUpdateType

The type of update that was made