Skip to content

Commit db60be4

Browse files
committed
Spinner: Document parameter for incremental function.
1 parent 7f79b32 commit db60be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entries/spinner.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
<desc>When set to <code>true</code>, the stepping delta will increase when spun incessantly. When set to <code>false</code>, all steps are equal (as defined by the <a href="#option-step"><code>step</code></a> option).</desc>
4343
</type>
4444
<type name="Function">
45+
<argument name="count" type="Integer"/>
4546
<desc>Receives one parameter: the number of spins that have occurred. Must return the number of steps that should occur for the current spin.</desc>
4647
</type>
4748
</option>

0 commit comments

Comments
 (0)