CounterAction
What a Counter does to its named counter where it appears.
What a Counter does to its named counter where it appears.
Variants
| Name | Description |
|---|---|
next | Advance by the step, then show the new value. The default. |
peek | Show the current value without advancing it. |
set | Set the counter to an exact value and show it. |
reset | Reset the counter and render nothing. |
Was this page helpful?