Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.tile.tiles.inputs
/
DropdownListTileSchema
/
SelectOption
Select
Option
@
Serializable
data
class
SelectOption
(
val
id
:
String
,
val
label
:
String
)
Members
Constructors
Select
Option
Link copied to clipboard
constructor
(
id
:
String
,
label
:
String
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
label
Link copied to clipboard
@
SerialName
(
value
=
"label"
)
val
label
:
String