isCellComponent
isCellComponent(
value
):value is CustomCellComponentWithProps
Defined in: datagrid/core/utils.svelte.ts:69
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.