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

    VS Code API subset for posting outline messages to the extension host.

    interface OutlineMessageSender {
        postMessage: (message: OutlineUpdateMessage) => void;
    }
    Index

    Properties

    Properties

    postMessage: (message: OutlineUpdateMessage) => void

    Sends an outline update message to the extension host.