Accessor
type Accessor<T> = (d) => number;Defined in: types.ts:19
Maps a datum to a scalar, used to read out one dimension of a point.
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
T | Point |
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
d | T |
Returns
Section titled “Returns”number