RowState

data class RowState(val selected: List<RowEditor>, val filtered: List<RowEditor>?, val haystack: List<RowEditor>)

Constructors

Link copied to clipboard
constructor(selected: List<RowEditor>, filtered: List<RowEditor>?, haystack: List<RowEditor>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard