Documentation
Preparing search index...
@saltcorn/types
base_types
MenuItem
Type Alias MenuItem
type
MenuItem
=
{
admin_page
?:
string
;
disable_on_mobile
:
boolean
;
href
:
string
;
icon
:
string
;
in_modal
?:
boolean
;
label
:
string
;
link
?:
string
;
location
:
string
;
max_role
:
string
;
min_role
:
number
|
string
;
shortcut
?:
string
;
style
:
string
;
subitems
?:
MenuItem
[]
;
target
:
string
;
target_blank
?:
boolean
;
text
:
string
;
title
:
string
;
tooltip
:
string
;
type
:
string
;
user_menu_header
?:
boolean
;
user_page
?:
string
;
}
Index
Properties
admin_
page?
disable_
on_
mobile
href
icon
in_
modal?
label
link?
location
max_
role
min_
role
shortcut?
style
subitems?
target
target_
blank?
text
title
tooltip
type
user_
menu_
header?
user_
page?
Properties
Optional
admin_
page
admin_page
?:
string
disable_
on_
mobile
disable_on_mobile
:
boolean
href
href
:
string
icon
icon
:
string
Optional
in_
modal
in_modal
?:
boolean
label
label
:
string
Optional
link
link
?:
string
location
location
:
string
max_
role
max_role
:
string
min_
role
min_role
:
number
|
string
Optional
shortcut
shortcut
?:
string
style
style
:
string
Optional
subitems
subitems
?:
MenuItem
[]
target
target
:
string
Optional
target_
blank
target_blank
?:
boolean
text
text
:
string
title
title
:
string
tooltip
tooltip
:
string
type
type
:
string
Optional
user_
menu_
header
user_menu_header
?:
boolean
Optional
user_
page
user_page
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
admin_
page
disable_
on_
mobile
href
icon
in_
modal
label
link
location
max_
role
min_
role
shortcut
style
subitems
target
target_
blank
text
title
tooltip
type
user_
menu_
header
user_
page
Documentation
Loading...