Skip to content

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