kwik
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
kwik
kwik
/
com.isakaro.kwik.ui.list
/
KwikListItemAction
Kwik
List
Item
Action
data
class
KwikListItemAction
(
val
id
:
UUID
=
UUID.randomUUID()
,
val
title
:
String
,
val
description
:
String
=
""
,
val
icon
:
Any
?
=
null
,
val
tint
:
Color
?
=
null
,
val
action
:
(
)
->
Unit
=
{}
)
The data class representing a list item action.
Members
Constructors
Kwik
List
Item
Action
Link copied to clipboard
constructor
(
id
:
UUID
=
UUID.randomUUID()
,
title
:
String
,
description
:
String
=
""
,
icon
:
Any
?
=
null
,
tint
:
Color
?
=
null
,
action
:
(
)
->
Unit
=
{}
)
Properties
action
Link copied to clipboard
val
action
:
(
)
->
Unit
description
Link copied to clipboard
val
description
:
String
icon
Link copied to clipboard
val
icon
:
Any
?
=
null
id
Link copied to clipboard
val
id
:
UUID
tint
Link copied to clipboard
val
tint
:
Color
?
=
null
title
Link copied to clipboard
val
title
:
String