ixfx
Preparing search index...
@ixfx/geometry
Grids
GridCellAccessor
Type Alias GridCellAccessor<TValue>
GridCellAccessor
:
(
cell
:
GridCell
,
wrap
?:
GridBoundsLogic
)
=>
TValue
|
undefined
A function that returns a value (or
undefined
) based on a
cell
Implementations:
Array1d.access
: For accessing a single-dimension array as a grid
Array2d.access
: For accessing a two-dimension array as a grid
Type Parameters
TValue
Type declaration
(
cell
:
GridCell
,
wrap
?:
GridBoundsLogic
)
:
TValue
|
undefined
Parameters
cell
:
GridCell
Optional
wrap
:
GridBoundsLogic
Returns
TValue
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
ixfx
Loading...
A function that returns a value (or undefined) based on a cell
Implementations: