BlockSuite API Documentation / @blocksuite/store / DocCollectionOptions
Type Alias: DocCollectionOptions 
DocCollectionOptions:
object
Type declaration 
awarenessSources? 
optionalawarenessSources:AwarenessSource[]
blobSources? 
optionalblobSources:object
blobSources.main 
blobSources.main:
BlobSource
blobSources.shadows? 
optionalblobSources.shadows:BlobSource[]
defaultFlags? 
optionaldefaultFlags:Partial<BlockSuiteFlags>
docSources? 
optionaldocSources:object
docSources.main 
docSources.main:
DocSource
docSources.shadows? 
optionaldocSources.shadows:DocSource[]
id? 
optionalid:string
idGenerator? 
optionalidGenerator:IdGeneratorType|IdGenerator
logger? 
optionallogger:Logger
schema 
schema:
Schema
Defined in 
packages/framework/store/src/store/collection.ts:33