formInteractions property

bool formInteractions
final

Web specific

Whether to capture form interaction events ([Amplitude] Form Started, [Amplitude] Form Submitted).

Exposed as a simple on/off toggle; unlike elementInteractions, the Browser SDK's object configuration for form interactions is not surfaced by this Flutter SDK.

Defaults to false. This is DOM-based capture and carries the Flutter web semantics requirement described on elementInteractions: text fields are only captured when they render as real <input>/<form> nodes in the accessibility tree.

Implementation

final bool formInteractions;