Remove

data class Remove<T : Any>(val index: Int) : ChipTextFieldEvent<T> (source)

Carries Remove data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

index

index value consumed by the API.

Constructors

Link copied to clipboard
constructor(index: Int)

Properties

Link copied to clipboard
val index: Int