CollectionData

constructor(data: Flow<List<T>>, idProvider: IdProvider<T, *>?, id: String?)

Parameters

data

one-way data binding Flow of a List of some data type T as data source

idProvider

an optional IdProvider to identify items.

id

an optional id for the root Tag of the data collection