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
Item
sealed
class
ActionItem
Inheritors
Page
Action
Members
Types
Action
Link copied to clipboard
class
Action
(
val
title
:
String
,
val
icon
:
IconComposable
?
=
null
,
val
action
:
(
)
->
Unit
)
:
ActionItem
Page
Link copied to clipboard
class
Page
(
val
title
:
String
,
val
icon
:
IconComposable
?
=
null
,
val
screen
:
Screen
)
:
ActionItem