pull/1664/head
Tuğçe Küçükoğlu 2021-10-12 16:45:36 +03:00
parent e2cdf1825b
commit bcc4bd52f5
1 changed files with 41 additions and 32 deletions

View File

@ -138,6 +138,14 @@ toggle(event) {
<h5>Events</h5>
<div class="doc-tablewrapper">
<table class="doc-table">
<thead>
<tr>
<th>Name</th>
<th>Parameters</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>show</td>
<td>-</td>
@ -148,6 +156,7 @@ toggle(event) {
<td>-</td>
<td>Callback to invoke when the overlay is hidden.</td>
</tr>
</tbody>
</table>
</div>