BlockSuite API Documentation / @blocksuite/store / StoreOptions
Interface: StoreOptions<Flags>
Type parameters
• Flags extends Record<string, unknown> = BlockSuiteFlags
Properties
awarenessSources?
optionalawarenessSources:AwarenessSource[]
Source
packages/framework/store/src/store/store.ts:64
blobSources?
optionalblobSources:object
main
main:
BlobSource
shadows?
optionalshadows:BlobSource[]
Source
packages/framework/store/src/store/store.ts:60
defaultFlags?
optionaldefaultFlags:Partial<Flags>
Source
packages/framework/store/src/store/store.ts:54
disableBacklinkIndex?
optionaldisableBacklinkIndex:boolean
Source
packages/framework/store/src/store/store.ts:66
disableSearchIndex?
optionaldisableSearchIndex:boolean
Source
packages/framework/store/src/store/store.ts:65
docSources?
optionaldocSources:object
main
main:
DocSource
shadows?
optionalshadows:DocSource[]
Source
packages/framework/store/src/store/store.ts:56
id?
optionalid:string
Source
packages/framework/store/src/store/store.ts:52
idGenerator?
optionalidGenerator:IdGenerator|Generator
Source
packages/framework/store/src/store/store.ts:53
logger?
optionallogger:Logger
Source
packages/framework/store/src/store/store.ts:55