Datalayer VS Code Extension - v0.0.4
    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>
    type: "select-runtime"