跳转到内容

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