Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.database
/
EditableRowItem
Editable
Row
Item
common
@
Serializable
data
class
EditableRowItem
(
val
schemaItem
:
SchemaItem
,
val
item
:
RowItem
,
val
selectedColumnIndex
:
Int
,
val
editedValue
:
RoomCell
?
)
Members
Constructors
Editable
Row
Item
Link copied to clipboard
common
constructor
(
schemaItem
:
SchemaItem
,
item
:
RowItem
,
selectedColumnIndex
:
Int
,
editedValue
:
RoomCell
?
)
Properties
edited
Value
Link copied to clipboard
common
val
editedValue
:
RoomCell
?
item
Link copied to clipboard
common
val
item
:
RowItem
schema
Item
Link copied to clipboard
common
val
schemaItem
:
SchemaItem
selected
Column
Index
Link copied to clipboard
common
val
selectedColumnIndex
:
Int