Skip to content

Type Editor


Type Editor / @type-editor/collab / types/ReceiveTransactionOptions / ReceiveTransactionOptions

Interface: ReceiveTransactionOptions

Defined in: types/ReceiveTransactionOptions.ts:5

Configuration options for receiving transactions from the central authority.

Properties

PropertyTypeDescriptionDefined in
mapSelectionBackward?booleanWhen enabled (the default is false), if the current selection is a TextSelection, its sides are mapped with a negative bias for this transaction, so that content inserted at the cursor ends up after the cursor. Users usually prefer this, but it isn't done by default for reasons of backwards compatibility.types/ReceiveTransactionOptions.ts:14