UI - Action (Interaction | Event )
About
event in a graphical user interface (GUI) application
Action (or interaction) are the actions that can perform a user (or programmatic client) with the application.
The more action, the more engagement.
In the context of application analytics,
-
and a
session is a container for the actions a user takes
Articles Related
Example
Primitive action
keyboard actions,
mouse actions,
and scroll actions
Complex Action
List
Properties
time to interactive: the time that the rendering of a UI component will take before it's ready to interact with the user.
Diagram
Process
An Event Handler processes the ui action