mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
14 lines
289 B
HTML
14 lines
289 B
HTML
<@- if doc.properties @>
|
|
<h2 id="properties">Properties</h2>
|
|
<@- for property in doc.properties @>
|
|
|
|
* <h3><$ typeList(property.returns.typeList) $> <code><$ property.name $></code></h3>
|
|
|
|
<$ property.returns.description $>
|
|
|
|
<$ property.description $>
|
|
|
|
<@ endfor -@>
|
|
</ul>
|
|
<@- endif -@>
|