Add

data class Add<T : Any>(val item: T) : ChipTextFieldEvent<T> (source)

Carries Add data through the SDAI presentation layer.

Author

Dmitriy Moroz

Parameters

item

item value consumed by the API.

Constructors

Link copied to clipboard
constructor(item: T)

Properties

Link copied to clipboard
val item: T