View Source OT.Text.Operation (OT v0.2.0)

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

Link to this section Summary

Types

t()

An operation, which is a list consisting of t:OT.Text.Component.retain/0, t:OT.Text.Component.insert/0, and t:OT.Text.Component.delete/0 components

Link to this section Types

@type t() :: [binary() | integer()]

An operation, which is a list consisting of t:OT.Text.Component.retain/0, t:OT.Text.Component.insert/0, and t:OT.Text.Component.delete/0 components