CollabConfig
data class CollabConfig(val startVersion: Int = 0, val clientID: String? = null, val sharedEffects: (Transaction) -> List<StateEffect<*>>? = null)
Configuration for the collaborative editing extension.
Constructors
Link copied to clipboard
constructor(startVersion: Int = 0, clientID: String? = null, sharedEffects: (Transaction) -> List<StateEffect<*>>? = null)