Preparing search index...
The search index is not available
Graviola CRUD
Graviola CRUD
advanced-components/src
CustomMenuItem
Interface CustomMenuItem
Custom menu item that can be added to the sidebar
interface
CustomMenuItem
{
caption
?:
string
;
disabled
?:
boolean
;
icon
?:
any
;
id
:
string
;
onClick
?:
()
=>
void
;
title
:
string
;
}
Index
Properties
caption?
disabled?
icon?
id
on
Click?
title
Properties
Optional
caption
caption
?:
string
Optional
disabled
disabled
?:
boolean
Optional
icon
icon
?:
any
id
id
:
string
Optional
on
Click
onClick
?:
()
=>
void
title
title
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
caption
disabled
icon
id
on
Click
title
Graviola CRUD
Loading...
Custom menu item that can be added to the sidebar