Request message for getting information about a service extension, either from a WebAssembly file or from an installed extension.

interface GetServiceExtensionInfoRequest {
    filePathOrName: string;
    preferences: ApiPreferences;
}

Properties

filePathOrName: string

Full path to the extension WebAssembly file (.wasm file), or the extension name if it is already installed.

preferences: ApiPreferences

API preferences.