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

pageVersion?

optional pageVersion: number

pages?

optional pages: unknown[]

properties?

optional properties: DocsPropertiesMeta

workspaceVersion?

optional workspaceVersion: number

Source

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