Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
shared
/
com.michaelflisar.toolbox.app.features.menu
/
MenuItem
Menu
Item
sealed
class
MenuItem
Inheritors
Item
Checkbox
Group
Separator
Members
Types
Checkbox
Link copied to clipboard
class
Checkbox
:
MenuItem
Companion
Link copied to clipboard
object
Companion
Group
Link copied to clipboard
class
Group
:
MenuItem
Item
Link copied to clipboard
class
Item
:
MenuItem
,
IBaseAction
Keyboard
Shortcut
Link copied to clipboard
data
class
KeyboardShortcut
(
val
key
:
Key
,
val
ctrl
:
Boolean
=
false
,
val
shift
:
Boolean
=
false
,
val
alt
:
Boolean
=
false
,
val
system
:
Boolean
=
false
)
Represents a keyboard shortcut for menu actions.
Separator
Link copied to clipboard
class
Separator
:
MenuItem
,
IBaseAction