interactionType property

String? interactionType

The type of interaction that caused the event (ex. redirect).

See InteractionType for a list of possible values.

Implementation

String? get interactionType => _jsObject.interactionType;