onParagraphMutation method

bool onParagraphMutation(
  1. FluentDocument document,
  2. Paragraph paragraph,
  3. void mutator(
    1. Paragraph
    )
)

Intercepts a paragraph mutation. Return true if handled, false otherwise.

Implementation

bool onParagraphMutation(FluentDocument document, Paragraph paragraph, void Function(Paragraph) mutator) => false;