Private betav0.1.0
Docs
Format developer documentation

CounterAction

What a Counter does to its named counter where it appears.

What a Counter does to its named counter where it appears.

Variants

NameDescription
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?