bringapp
Preparing search index...
blocks-client/src
MenuItemType
Type Alias MenuItemType<T>
MenuItemType
:
{
children
?:
MenuItemType
<
T
>
[]
;
classes
?:
string
;
description
?:
string
;
id
?:
number
;
name
:
string
;
target
?:
string
;
url
:
string
;
}
&
T
Represents a menu item with optional children.
Type Parameters
T
=
object
Additional properties type
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
bringapp
Loading...
Represents a menu item with optional children.