Create

@Serializable
@SerialName(value = "create")
class Create(val id: Id, val tag: WidgetTag) : Change

Constructors

Link copied to clipboard
constructor(id: Id, tag: WidgetTag)

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