Skip to content

Commit

Permalink
Update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
radiantshaw committed May 29, 2022
1 parent 1a9d370 commit 615e8ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/reference/actions.md
Expand Up @@ -107,6 +107,8 @@ Custom action option | Description
-------------------- | -----------
`:stop` | calls `.stopPropagation()` on the event before invoking the method
`:prevent` | calls `.preventDefault()` on the event before invoking the method
`:self` | only invokes the method if the event was fired by the element itself
`:!self` | only invokes the method if the event was fired by any of its descendants but not by the element

## Event Objects

Expand Down

0 comments on commit 615e8ab

Please sign in to comment.