Interface IRowData

Represents a data row in a table.

interface IRowData {
    id: RowId;
}

Properties

Properties

id: RowId