Skip to content

Commit

Permalink
Update Interaction-Affordances.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mtabacman committed Oct 7, 2018
1 parent 01e9872 commit 6b89bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Interaction-Affordances.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Interaction Affordances

Each interactive component in Willow supports the `#onTrigger` message, that provides access to the interaction affordances. It basically attachs an event handler function to the corresponding DOM element, whose code depends on what interaction affordances are used. So lets see a simple example not involving server aware code:
Each interactive component in Willow supports the `#onTrigger` message, that provides access to the interaction affordances. It basically attaches an event handler function to the corresponding DOM element, whose code depends on what interaction affordances are used. So lets see first a simple example, that does not involve "server aware" code:

```smalltalk
button onTrigger
Expand Down

0 comments on commit 6b89bcb

Please sign in to comment.