toggle menu
Joyfill
2.0.0-RC8
common
switch theme
search in API
legacy-editor
/
joyfill.table
/
RowState
Row
State
data
class
RowState
(
val
selected
:
List
<
RowEditor
>
,
val
filtered
:
List
<
RowEditor
>
?
,
val
haystack
:
List
<
RowEditor
>
)
Members
Constructors
Row
State
Link copied to clipboard
constructor
(
selected
:
List
<
RowEditor
>
,
filtered
:
List
<
RowEditor
>
?
,
haystack
:
List
<
RowEditor
>
)
Properties
filtered
Link copied to clipboard
val
filtered
:
List
<
RowEditor
>
?
haystack
Link copied to clipboard
val
haystack
:
List
<
RowEditor
>
selected
Link copied to clipboard
val
selected
:
List
<
RowEditor
>
Functions
displaying
Link copied to clipboard
fun
displaying
(
)
:
List
<
RowEditor
>
selection
Link copied to clipboard
fun
selection
(
)
:
Selection