跳转到内容

AelionExtensionWorkerMessage

此内容尚不支持你的语言。

AelionExtensionWorkerMessage = { manifest: AelionExtensionManifest; protocol: typeof AELION_EXTENSION_PROTOCOL; type: "ready"; } | { id: number; payload: JsonValue; protocol: typeof AELION_EXTENSION_PROTOCOL; type: "result"; } | { id: number; message: string; name: string; protocol: typeof AELION_EXTENSION_PROTOCOL; type: "error"; }

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