PropertyChange

@Serializable
@SerialName(value = "property")
class PropertyChange(val id: Id, val tag: PropertyTag, val value: JsonElement = JsonNull) : ValueChange

Constructors

Link copied to clipboard
constructor(id: Id, tag: PropertyTag, value: JsonElement = JsonNull)

Properties

Link copied to clipboard
open override val id: Id

Identifier for the widget which is the subject of this change.

Link copied to clipboard

Identifies which property changed on the widget with id.

Link copied to clipboard
val value: JsonElement