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

    Props for the useLexicalOutline hook controlling outline extraction from a Lexical editor.

    interface UseLexicalOutlineProps {
        documentUri: string;
        editor: LexicalEditor;
        vscode: OutlineMessageSender;
    }
    Index

    Properties

    documentUri: string

    URI of the document for outline identification.

    editor: LexicalEditor

    Lexical editor instance to monitor for changes.

    VS Code API for posting outline messages.