Toolbox
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Toolbox
app
/
com.michaelflisar.toolbox.app.features.actions
/
ActionItem
/
Action
Action
class
Action
(
val
title
:
String
,
val
icon
:
IconComposable
?
=
null
,
val
action
:
(
)
->
Unit
)
:
ActionItem
Members
Constructors
Action
Link copied to clipboard
constructor
(
title
:
String
,
icon
:
IconComposable
?
=
null
,
action
:
(
)
->
Unit
)
Properties
action
Link copied to clipboard
val
action
:
(
)
->
Unit
icon
Link copied to clipboard
val
icon
:
IconComposable
?
title
Link copied to clipboard
val
title
:
String
Functions
to
Menu
Item
Link copied to clipboard
fun
toMenuItem
(
)
:
MenuItem
to
Nav
Item
Link copied to clipboard
fun
toNavItem
(
)
:
NavItemAction