Skip to content

BlockSuite API Documentation / @blocksuite/store / StoreOptions

Interface: StoreOptions<Flags>

Type parameters

Flags extends Record<string, unknown> = BlockSuiteFlags

Properties

awarenessSources?

awarenessSources?: AwarenessSource[]

Source

packages/framework/store/src/workspace/store.ts:63


blobStorages?

blobStorages?: (id) => BlobStorage[]

Source

packages/framework/store/src/workspace/store.ts:57


defaultFlags?

defaultFlags?: Partial<Flags>

Source

packages/framework/store/src/workspace/store.ts:56


docSources?

docSources?: Object

Type declaration

main

main: DocSource

shadow?

shadow?: DocSource[]

Source

packages/framework/store/src/workspace/store.ts:59


id?

id?: string

Source

packages/framework/store/src/workspace/store.ts:54


idGenerator?

idGenerator?: IdGenerator | Generator

Source

packages/framework/store/src/workspace/store.ts:55


logger?

logger?: Logger

Source

packages/framework/store/src/workspace/store.ts:58


Generated using TypeDoc and typedoc-plugin-markdown.