DocumentConfig

Configuration for a single document opened on the default store, populated in the Documents.document block.

Properties

Link copied to clipboard

Decorators appended after the ones configured on the enclosing Collection, if any. See FieldDecorator for the extension point this attaches.

Link copied to clipboard
var dispatcher: CoroutineDispatcher

The dispatcher on which Document.flow and Document.stateFlow collection runs. The work is CPU-bound serialization, so this defaults to Dispatchers.Default.