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

    Interface RuntimeSelectedMessage

    Runtime selected (legacy alias for kernel-selected)

    interface RuntimeSelectedMessage {
        body: { runtime: RuntimeJSON };
        type: "runtime-selected";
    }
    Index

    Properties

    Properties

    body: { runtime: RuntimeJSON }
    type: "runtime-selected"