Trading Assistant API Documentation - v0.1.0
Preparing search index...
config/navigation
NavigationItem
Interface NavigationItem
interface
NavigationItem
{
name
:
string
;
href
:
string
;
icon
:
string
;
badge
?:
number
|
"new"
|
"count"
;
description
?:
string
;
children
?:
NavigationItem
[]
;
}
Index
Properties
name
href
icon
badge?
description?
children?
Properties
name
name
:
string
href
href
:
string
icon
icon
:
string
Optional
badge
badge
?:
number
|
"new"
|
"count"
Optional
description
description
?:
string
Optional
children
children
?:
NavigationItem
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
name
href
icon
badge
description
children
Trading Assistant API Documentation - v0.1.0
Loading...