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

    Interface SelectRuntimeRequestMessage

    Runtime selection requested from webview

    interface SelectRuntimeRequestMessage {
        body: Record<string, never>;
        type: "select-runtime";
    }
    Index

    Properties

    Properties

    body: Record<string, never>

    Empty payload

    type: "select-runtime"

    Message type discriminator