quill_delta library
Classes
- Delta
- Delta represents a document or a modification of a document as a sequence of insert, delete and retain operations.
- DeltaIterator
- Specialized iterator for Deltas.
- Operation
- Operation performed on a rich-text document.
Typedefs
- DataDecoder = Object? Function(Object data)
-
Decoder function to convert raw
data
object into a user-defined data type.