ITypingSession

interface ITypingSession<TChange>

Functions

Link copied to clipboard
abstract fun finishCommitRemoteVersion()
Link copied to clipboard
abstract fun rollbackRemoteVersion()
Link copied to clipboard
abstract fun startCommitRemoteVersion()

Properties

Link copied to clipboard
abstract val onLocalChange: ISource<TChange>
Link copied to clipboard
abstract val onRemoteChange: ISource<TChange>