Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.database
/
RowItem
Row
Item
common
@
Serializable
data
class
RowItem
(
val
schema
:
List
<
SchemaItem
>
,
val
cells
:
List
<
RoomCell
?
>
)
Members
Constructors
Row
Item
Link copied to clipboard
common
constructor
(
schema
:
List
<
SchemaItem
>
,
cells
:
List
<
RoomCell
?
>
)
Properties
cells
Link copied to clipboard
common
val
cells
:
List
<
RoomCell
?
>
schema
Link copied to clipboard
common
val
schema
:
List
<
SchemaItem
>