interface ExtensionRequestEvent {
    extension?: PublishedExtension;
    host?: ExtensionHost;
    hostName?: string;
    links?: ExtensionRequestUrls;
    request?: ExtensionRequest;
    updateType?: ExtensionRequestUpdateType;
}

Properties

extension?: PublishedExtension

The extension which has been requested

Information about the host for which this extension is requested

hostName?: string

Name of the collection for which the extension was requested

Gallery host url

The extension request object

The type of update that was made