ostack-kform
Toggle table of contents
0.31.6
common
Platform filter
common
Switch theme
Search in API
ostack-kform
kform
/
tech.ostack.kform.datatypes
/
TableRow
Table
Row
data
class
TableRow
<
T
>
(
val
id
:
TableRowId
,
var
value
:
T
)
(
source
)
Row of a table containing a value and its associated identifier.
Members
Constructors
Table
Row
Link copied to clipboard
constructor
(
id
:
TableRowId
,
value
:
T
)
Properties
id
Link copied to clipboard
val
id
:
TableRowId
Row identifier.
value
Link copied to clipboard
var
value
:
T
Row Value.