interface TableRowMetadata {
    __metadata__: { loading$: ToggleSubject };
    __rowId: string;
}

Properties

__metadata__: { loading$: ToggleSubject }

metadata for the row. Added by the table system to facilitate some features

__rowId: string

the unique id of the row. Use to track the row in the table for change detection and other purposes