Skip to content

@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

ParameterType
cellCell

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 } } }