Skip to content

BlockSuite API Documentation / @blocksuite/store / DocCollectionMetaState

Type alias: DocCollectionMetaState

DocCollectionMetaState: Object

Type declaration

avatar?

avatar?: string

blockVersions?

blockVersions?: Record<string, number>

name?

name?: string

pageVersion?

pageVersion?: number

pages?

pages?: unknown[]

properties?

properties?: DocsPropertiesMeta

workspaceVersion?

workspaceVersion?: number

Source

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


Generated using TypeDoc and typedoc-plugin-markdown.