mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-19 11:41:20 +08:00
15 lines
326 B
HTML
15 lines
326 B
HTML
<@- if doc.properties @>
|
|
<h2 id="properties">Properties</h2>
|
|
<@- for property in doc.properties @>
|
|
|
|
<div id="<$ property.name $>"></div>
|
|
* <h3><$ typeList(property.returns.typeList) $> <code><$ property.name $></code></h3>
|
|
|
|
<$ property.returns.description $>
|
|
|
|
<$ property.description $>
|
|
|
|
<@ endfor -@>
|
|
</ul>
|
|
<@- endif -@>
|