mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-09 06:12:34 -05:00
11 lines
No EOL
329 B
Cheetah
11 lines
No EOL
329 B
Cheetah
<if test="data.params.length">
|
|
<ul><b>Parameters:</b>
|
|
<for each="parameter" in="data.params">
|
|
<li>
|
|
<tt>{+ parameter.name +}: </tt>
|
|
{+ new Link().toSymbol(parameter.type) +}
|
|
<if test="parameter.defaultValue">— optional, default: <tt>{+parameter.defaultValue+}</tt></if>
|
|
</li>
|
|
</for>
|
|
</ul>
|
|
</if> |