Datalayer VS Code Extension - v0.0.4
    Preparing search index...

    Type Alias MessageHandler

    MessageHandler: (
        message: ExtensionMessage,
        context: DocumentContext,
    ) => Promise<void> | void

    Message handler function signature. Handlers receive the message and context, and can be async.

    Type Declaration