Skip to content

slice

function slice(
column,
start,
length): Column;

Defined in: functions/collection.ts:130

Returns a portion of the array starting at the given index with the given length.

Parameter Type
column ColOrName
start number
length number

Column