StringChange

interface StringChange : Change

A Change for the HistoryDocuments (used by TextFields).

There are only 2 implementations. DeleteText and InsertText. Replacing text is achieved by a combination of DeleteText and InsertText within a single Batch.

Inheritors

Properties

Link copied to clipboard
abstract override val document: StringDocument