Skip to content

Commit

Permalink
docs: document @rootEventType (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudWeyts committed Jun 1, 2024
1 parent 258cfcf commit b2fa37a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/app/templates/public-pages/docs/api-reference.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,13 @@
<code>false</code>
from this function will prevent the component from being closed.</td>
</tr>
<tr>
<td>rootEventType</td>
<td>String</td>
<td>(Default:
<code>'click'</code>) The type of mouse event that handles closing the dropdown.
Valid values: "mousedown" and "click"</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit b2fa37a

Please sign in to comment.