BlockSuite API Documentation / @blocksuite/data-view / DataViewCellComponent
Type Alias: DataViewCellComponent<Data, RawValue, JsonValue>
DataViewCellComponent<
Data
,RawValue
,JsonValue
> =UniComponent
<CellRenderProps
<Data
,RawValue
,JsonValue
>,DataViewCellLifeCycle
>
Defined in: packages/affine/data-view/src/core/property/manager.ts:29
Type Parameters
Data
Data
extends NonNullable
<unknown
> = NonNullable
<unknown
>
RawValue
RawValue
= unknown
JsonValue
JsonValue
= unknown