DocumentConfig

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

Properties

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.