GitHub
Jupyter
Preparing search index...
The search index is not available
@jupyterlab
@jupyterlab
apputils
MenuFactory
IMenuOptions
Interface IMenuOptions
Menu constructor options
interface
IMenuOptions
{
id
:
string
;
label
?:
string
;
rank
?:
number
;
}
Hierarchy
IMenuOptions
Index
Properties
id
label?
rank?
Properties
id
id
:
string
The unique menu identifier.
Optional
label
label
?:
string
The menu label.
Optional
rank
rank
?:
number
The menu rank.
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
id
label
rank
@jupyterlab
Loading...
Menu constructor options