toggle menu
symphony-input-dialog
3.0.9
common
switch theme
search in API
symphony-input-dialog
/
presenters.cards
/
ValueCard
Value
Card
@
Serializable
data
class
ValueCard
<
out
T
>
(
val
title
:
String
,
val
value
:
T
,
val
details
:
String
,
val
priority
:
Int
=
-1
)
Deprecated
use symphony instead
Members
Constructors
Value
Card
Link copied to clipboard
constructor
(
title
:
String
,
value
:
T
,
details
:
String
,
priority
:
Int
=
-1
)
Properties
details
Link copied to clipboard
val
details
:
String
priority
Link copied to clipboard
val
priority
:
Int
title
Link copied to clipboard
val
title
:
String
value
Link copied to clipboard
val
value
:
T