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

    Options for the useNotebookOutline hook controlling outline extraction and messaging.

    interface UseNotebookOutlineOptions {
        documentUri: string;
        notebookModel: NotebookModel;
        vscode: OutlineMessageSender;
    }
    Index

    Properties

    documentUri: string

    URI of the document for outline identification.

    notebookModel: NotebookModel

    Live notebook model to extract outline from.

    VS Code API for posting outline messages.