onEnter method

bool onEnter(
  1. FluentDocument document
)

Intercepts Enter key (line/item split). Return true if handled.

Implementation

bool onEnter(FluentDocument document) => false;