GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
toc
ITableOfContentsTracker
Interface ITableOfContentsTracker
Interface for the table of contents tracker
interface
ITableOfContentsTracker
{
get
(
widget
:
Widget
,
)
:
null
|
TableOfContents
.
IModel
<
TableOfContents
.
IHeading
>
;
}
Implemented by
TableOfContentsTracker
Index
Methods
get
Methods
get
get
(
widget
:
Widget
)
:
null
|
TableOfContents
.
IModel
<
TableOfContents
.
IHeading
>
Get the model associated with a given widget.
Parameters
widget
:
Widget
Widget
Returns
null
|
TableOfContents
.
IModel
<
TableOfContents
.
IHeading
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
GitHub
Jupyter
@jupyterlab
Loading...
Interface for the table of contents tracker