Skip to content

BlockSuite API Documentation / @blocksuite/data-view / BasicViewDataType

Type Alias: BasicViewDataType<Type, T>

BasicViewDataType<Type, T> = object & T

Defined in: packages/affine/data-view/src/core/view/data-view.ts:7

Type declaration

id

id: string

mode

mode: Type

name

name: string

Type Parameters

Type

Type extends string = string

T

T = NonNullable<unknown>