Preparing search index...
The search index is not available
TypeDoc - v0.26.10
TypeDoc
NavigationElement
Interface NavigationElement
interface
NavigationElement
{
text
:
string
;
children
?:
NavigationElement
[]
;
class
?:
string
;
kind
?:
ReflectionKind
;
path
?:
string
;
}
Index
Properties
text
children?
class?
kind?
path?
Properties
text
text
:
string
Optional
children
children
?:
NavigationElement
[]
Optional
class
class
?:
string
Optional
kind
kind
?:
ReflectionKind
Optional
path
path
?:
string
Settings
Member Visibility
Protected
Inherited
Internal
Theme
OS
Light
Dark
On This Page
Properties
text
children
class
kind
path
TypeDoc - v0.26.10
Loading...