concat
concat<
T>(…specs):ConcatSpec<T>
Defined in: extract/spec.ts:393
Concatenate multiple array specs into a single flat array.
Type Parameters
Section titled “Type Parameters”T extends Spec
Parameters
Section titled “Parameters”…ArraySpec<T>[]
Returns
Section titled “Returns”ConcatSpec<T>
Example
Section titled “Example”concat( header.down().eachSlice('down', hasData, investmentRow('realized')), totalRealized.down().eachSlice('down', hasData, investmentRow('unrealized')),)