toggle menu
redwood-protocol
0.11.0
common
switch theme
search in API
redwood-protocol
/
app.cash.redwood.protocol
/
ModifierChange
Modifier
Change
@
Serializable
@
SerialName
(
value
=
"modifier"
)
class
ModifierChange
(
val
id
:
Id
,
val
elements
:
List
<
ModifierElement
>
=
emptyList()
)
:
ValueChange
Members
Constructors
Modifier
Change
Link copied to clipboard
constructor
(
id
:
Id
,
elements
:
List
<
ModifierElement
>
=
emptyList()
)
Properties
elements
Link copied to clipboard
val
elements
:
List
<
ModifierElement
>
id
Link copied to clipboard
open
override
val
id
:
Id
Identifier for the widget which is the subject of this change.