geoview-core
Preparing search index...
MRT_RowModel
Interface MRT_RowModel<TData>
interface
MRT_RowModel
<
TData
extends
MRT_RowData
>
{
flatRows
:
MRT_Row
<
TData
>
[]
;
rows
:
MRT_Row
<
TData
>
[]
;
rowsById
:
{
[
key
:
string
]:
MRT_Row
<
TData
>
}
;
}
Type Parameters
TData
extends
MRT_RowData
Index
Properties
flat
Rows
rows
rows
By
Id
Properties
flat
Rows
flatRows
:
MRT_Row
<
TData
>
[]
rows
rows
:
MRT_Row
<
TData
>
[]
rows
By
Id
rowsById
:
{
[
key
:
string
]:
MRT_Row
<
TData
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
flat
Rows
rows
rows
By
Id
geoview-core
Loading...