nova-parent
Toggle table of contents
0.19-alpha.1
jvm
Platform filter
jvm
Switch theme
Search in API
nova-parent
nova
/
xyz.xenondevs.nova.resources.builder.data
/
ItemModel
/
Select
/
Case
Case
@
Serializable
data
class
Case
(
val
when
:
List
<
JsonElement
>
,
val
model
:
ItemModel
)
Members
Constructors
Case
Link copied to clipboard
constructor
(
when
:
List
<
JsonElement
>
,
model
:
ItemModel
)
Properties
model
Link copied to clipboard
val
model
:
ItemModel
when
Link copied to clipboard
@
Serializable
(
with
=
ValueOrListSerializer::class
)
val
when
:
List
<
JsonElement
>