Skip to content

@sqlrooms/pivot / isPivotCell

Function: isPivotCell() ​

isPivotCell(cell): cell is { id: string; type: "pivot"; data: { pivotId: string } }

Parameters ​

ParameterType
cellCell

Returns ​

cell is { id: string; type: "pivot"; data: { pivotId: string } }