@tamb/gamegrid
Preparing search index...
IRow
Interface IRow
Describes a rendered row plus associated
ICell
metadata.
interface
IRow
{
cells
:
ICell
[]
;
current
?:
HTMLDivElement
|
null
;
index
:
number
;
}
Hierarchy
IRef
IRow
Index
Properties
cells
current?
index
Properties
cells
cells
:
ICell
[]
Optional
current
current
?:
HTMLDivElement
|
null
index
index
:
number
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cells
current
index
@tamb/gamegrid
Loading...
Describes a rendered row plus associated ICell metadata.