LmnRowEmbeddedData
Generic types: | T |
Embedded data for a row.
Properties
Name | Type | Description |
---|---|---|
data | LmnTableUniqueData<T> | |
directive |
| |
rowData |
|
Presentation
type LmnRowEmbeddedData = {
directive: LmnRowDefDirective <T>;
data: LmnTableUniqueData<T>;
rowData: LmnRowData <T>;
};