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

    Props for the OutlinePlugin component that extracts and sends outline data.

    interface OutlinePluginProps {
        documentUri: string;
        vscode: OutlineMessageSender;
    }
    Index
    documentUri: string

    URI of the document for outline identification.

    VS Code API for posting outline messages.