Skip to content

BlockSuite API Documentation / @blocksuite/store / DocCollectionMetaState

Type Alias: DocCollectionMetaState

DocCollectionMetaState: object

Type declaration

avatar?

optional avatar: string

blockVersions?

optional blockVersions: Record<string, number>

name?

optional name: string

pages?

optional pages: unknown[]

pageVersion?

optional pageVersion: number

properties?

optional properties: DocsPropertiesMeta

workspaceVersion?

optional workspaceVersion: number

Defined in

packages/framework/store/src/store/meta.ts:30