@terascope/data-mate / column/aggregations / FieldAgg
Interface: FieldAgg
Properties
adjustsSelectedRow
adjustsSelectedRow:
boolean
If this returns true, than the flush method will return a index which will indicate which row to select
Source
data-mate/src/column/aggregations.ts:23
Methods
flush()
flush():
object
Returns
object
index?
optional
readonly
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
Source
data-mate/src/column/aggregations.ts:25
push()
push(
value
,index
):void
Parameters
Parameter | Type |
---|---|
value | unknown |
index | number |
Returns
void