@resee-movies/utilities - v1.0.2
Preparing search index...
GenerateTableOfContentsReturn
Type Alias GenerateTableOfContentsReturn<S>
The return type of
generateTableOfContents
.
type
GenerateTableOfContentsReturn
<
S
extends
TableOfContentsSource
>
=
{
contentMap
?:
WeakMap
<
TableOfContentsObjectSource
,
TableOfContents
>
;
contentSource
:
S
;
tableOfContents
:
TableOfContents
[]
;
}
Type Parameters
S
extends
TableOfContentsSource
Index
Properties
content
Map?
content
Source
table
Of
Contents
Properties
Optional
content
Map
contentMap
?:
WeakMap
<
TableOfContentsObjectSource
,
TableOfContents
>
content
Source
contentSource
:
S
table
Of
Contents
tableOfContents
:
TableOfContents
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
content
Map
content
Source
table
Of
Contents
@resee-movies/utilities - v1.0.2
Loading...
The return type of generateTableOfContents.