@terascope/data-mate / column/aggregations / FieldAgg
Interface: FieldAgg
Defined in: data-mate/src/column/aggregations.ts:18
Properties
Property | Type | Description | Defined in |
---|---|---|---|
adjustsSelectedRow | boolean | If this returns true, than the flush method will return a index which will indicate which row to select | data-mate/src/column/aggregations.ts:23 |
Methods
flush()
flush():
object
Defined in: data-mate/src/column/aggregations.ts:25
Returns
object
index?
readonly
optional
index:number
This index will indicate which row to select, this will conflict with other aggregations that return the same row
value
readonly
value:unknown
push()
push(
value
,index
):void
Defined in: data-mate/src/column/aggregations.ts:24
Parameters
Parameter | Type |
---|---|
value | unknown |
index | number |
Returns
void