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

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

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

    Properties

    Properties

    documentUri: string

    URI of the document for outline identification.

    VS Code API for posting outline messages.