OT v0.1.0 API Reference

Modules

A [TP1][tp1] operational transformation implementation based heavily on [ot-text][ot_text], but modified to be invertable

The application of a text operation to a piece of text

An individual unit of work to be performed on a piece of text

The composition of two non-concurrent operations into a single operation

A list of components that iterates over and/or modifies a piece of text

Enumerates over a pair of operations, yielding a full or partial component from each

The transformation of two concurrent operations such that they satisfy the [TP1][tp1] property of operational transformation

A behaviour for implementing an operational transformation type