particle/on-click: support next/previous buttons

This commit is contained in:
Peter Rice 2022-09-24 00:31:44 -04:00
parent 4143099e94
commit 376da37971
7 changed files with 22 additions and 0 deletions

View file

@ -68,6 +68,14 @@ following attributes are supported by all particles:
: string
: no
: Command to execute every time a 'wheel-down' event is triggered.
| on-click.previous
: string
: no
: Command to execute when the particle is clicked with the 'previous' button.
| on-click.next
: string
: no
: Command to execute when the particle is clicked with the 'next' button.
| deco
: decoration
: no