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
/
Page
Page
class
Page
(
val
title
:
String
,
val
icon
:
IconComposable
?
=
null
,
val
screen
:
Screen
)
:
ActionItem
Members
Constructors
Page
Link copied to clipboard
constructor
(
title
:
String
,
icon
:
IconComposable
?
=
null
,
screen
:
Screen
)
Properties
icon
Link copied to clipboard
val
icon
:
IconComposable
?
screen
Link copied to clipboard
val
screen
:
Screen
title
Link copied to clipboard
val
title
:
String
Functions
to
Menu
Item
Link copied to clipboard
@
Composable
fun
toMenuItem
(
hideIconInDialog
:
Boolean
=
true
,
hideTitleIfIconIsAvailable
:
Boolean
=
false
)
:
MenuItem
to
Nav
Item
Link copied to clipboard
fun
toNavItem
(
)
:
NavItem