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

    Interface ReadyMessage

    Webview is ready to receive messages

    interface ReadyMessage {
        body?: Record<string, never>;
        type: "ready";
    }
    Index

    Properties

    Properties

    body?: Record<string, never>

    Optional empty payload

    type: "ready"

    Message type discriminator