Datalayer VS Code Extension - v0.0.17
    Preparing search index...
    • Extracts headings and code blocks from a Lexical editor and sends outline updates to the extension.

      Parameters

      • props: UseLexicalOutlineProps

        Hook configuration properties.

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

        • documentUri: string

          URI of the document for outline identification.

        • editor: LexicalEditor

          Lexical editor instance to monitor for changes.

        • vscode: OutlineMessageSender

          VS Code API for posting outline messages.

      Returns void