ListItemDeltaSerializer class
Methods
-
getBlockFormats(TextNode textBlock)
→ Map<String, dynamic>
-
Given the
textBlock, decides what combination of block-level attributes
should be applied to the Quill Delta for this text block.
override
-
getInlineAttributesFor(Set<Attribution> superEditorAttributions)
→ Map<String, dynamic>
-
Given a set of
superEditorAttributions, serializes those into Quill Delta
inline text attributes, returning all attributes in a map that should be set as
the "attributes" in an insertion delta.
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
serialize(DocumentNode node, Delta deltas)
→ bool
-
Tries to serialize the given DocumentNode into the given
deltas,
returning true if this serializer was able to serialize the node,
or false if this serializer wasn't made to serialize this kind of node.
inherited
-
shouldSerialize(DocumentNode node)
→ bool
-
override
-
toString()
→ String
-
A string representation of this object.
inherited