kvision
Toggle table of contents
8.2.0
common
Platform filter
common
Switch theme
Search in API
kvision
kvision-common-remote
/
io.kvision.remote
/
SimpleRemoteOption
Simple
Remote
Option
@
Serializable
data
class
SimpleRemoteOption
(
val
value
:
String
,
val
text
:
String
?
=
null
)
(
source
)
Members
Constructors
Simple
Remote
Option
Link copied to clipboard
constructor
(
value
:
String
,
text
:
String
?
=
null
)
Properties
text
Link copied to clipboard
val
text
:
String
?
=
null
value
Link copied to clipboard
val
value
:
String