Skip to content

AelionExtensionHostMessage

AelionExtensionHostMessage = { maxPayloadBytes: number; protocol: typeof AELION_EXTENSION_PROTOCOL; type: "initialize"; } | { id: number; method: string; payload: JsonValue; protocol: typeof AELION_EXTENSION_PROTOCOL; type: "invoke"; } | { id: number; protocol: typeof AELION_EXTENSION_PROTOCOL; type: "cancel"; }

Defined in: packages/sdk/src/extension-host.ts:11