Update

data class Update<T : Any>(val index: Int, val item: T) : ChipTextFieldEvent<T> (source)

Carries Update data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

index

index value consumed by the API.

item

item value consumed by the API.

Constructors

Link copied to clipboard
constructor(index: Int, item: T)

Properties

Link copied to clipboard
val index: Int
Link copied to clipboard
val item: T