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

    Interface TerminateRuntimeRequestMessage

    Runtime termination requested from webview

    interface TerminateRuntimeRequestMessage {
        body: { runtimeId: string };
        type: "terminate-runtime";
    }
    Index

    Properties

    Properties

    body: { runtimeId: string }
    type: "terminate-runtime"