mirror of
https://github.com/tobspr/shapez.io.git
synced 2025-06-13 13:04:03 +00:00
17 lines
432 B
HTML
17 lines
432 B
HTML
<div data-ice="properties">
|
|
<h4 data-ice="title"></h4>
|
|
<table class="params">
|
|
<thead>
|
|
<tr><td>Name</td><td>Type</td><td>Attribute</td><td>Description</td></tr>
|
|
</thead>
|
|
<tbody>
|
|
<tr data-ice="property">
|
|
<td data-ice="name" class="code"></td>
|
|
<td data-ice="type" class="code"></td>
|
|
<td data-ice="appendix"></td>
|
|
<td data-ice="description"></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|