Preparing search index...
The search index is not available
edocu-sdk
edocu-sdk
NestedMenu
Interface NestedMenu
interface
NestedMenu
{
buttonStyle
?:
{
backgroundColor
?:
string
;
color
?:
string
;
iconColor
?:
string
;
}
;
displayName
:
string
;
icon
?:
string
;
id
:
string
;
items
:
(
MenuItem
|
NestedMenu
)
[]
;
type
:
"group"
;
}
Hierarchy (
View Summary
)
MenuItemBase
NestedMenu
Index
Properties
button
Style?
display
Name
icon?
id
items
type
Properties
Optional
button
Style
buttonStyle
?:
{
backgroundColor
?:
string
;
color
?:
string
;
iconColor
?:
string
}
display
Name
displayName
:
string
Optional
icon
icon
?:
string
id
id
:
string
items
items
:
(
MenuItem
|
NestedMenu
)
[]
type
type
:
"group"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
button
Style
display
Name
icon
id
items
type
edocu-sdk
Loading...