Skip to content

isCellComponent

isCellComponent(value): value is CustomCellComponentWithProps

Defined in: core/utils.svelte.ts:74

Checks if a value is a custom cell component.

Parameters

value

any

The value to check.

Returns

value is CustomCellComponentWithProps

True if the value is a custom cell component, false otherwise.