@sqlrooms/cells / isVegaCell
Function: isVegaCell()
isVegaCell(
cell):cell is { id: string; type: "vega"; data: { title: string; sqlId?: string; tableRef?: string; sql?: string; vegaSpec?: any; crossFilter: { enabled: boolean; brushField?: string; brushFieldType?: BrushFieldType } } }
Parameters
| Parameter | Type |
|---|---|
cell | Cell |
Returns
cell is { id: string; type: "vega"; data: { title: string; sqlId?: string; tableRef?: string; sql?: string; vegaSpec?: any; crossFilter: { enabled: boolean; brushField?: string; brushFieldType?: BrushFieldType } } }
