Respond to clicks and keystrokes
When your application responds to the end-user's actions, such as clicks or strokes, by performing an action, we call it an application behavior.
Defining a behavior consists of three steps:
- Choosing the component that the user interacts with, for example, a button.
- Choosing the thing the user will do, like onClick (we call it a UI event).
- Picking the action cell in the spreadsheet that will run in response to the user's UI event.
For an example of a simple behavior, see Use action cells.