Skip to content

Commit

Permalink
HDS-3807 document onDesktopViewportChange
Browse files Browse the repository at this point in the history
  • Loading branch information
KristinLBradley committed Sep 25, 2024
1 parent d104760 commit 9f512e0
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ This is the full-fledged component (responsive and animated).
Accepts a localized string; the fallback is set to `Open menu` if the menu is closed, and `Close menu` if the menu is open.
</C.Property>
<C.Property @name="onToggleMinimizedStatus" @type="function">
Callback function invoked when the `AppSideNav` is collapsed or expanded. The function receives a boolean argument stating if the `AppSideNav` is minimized on not.
Callback function invoked when the `AppSideNav` is collapsed or expanded. The function receives a boolean argument stating if the `AppSideNav` is minimized or not.
</C.Property>
<C.Property @name="onDesktopViewportChange" @type="function">
Callback function invoked when the viewport changes. The function receives a boolean argument stating if the `AppSideNav` is in desktop mode or not.
</C.Property>
<C.Property @name="...attributes">
This component supports use of [`...attributes`](https://guides.emberjs.com/release/in-depth-topics/patterns-for-components/#toc_attribute-ordering).
Expand Down

0 comments on commit 9f512e0

Please sign in to comment.