Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions docs/appmenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@ If the `insertOrder` option is provided, the app menu item will be added at that

_Returns_ an `AppMenuItemView`

#### isMenuOpen

_Returns_ whether or not the AppMenu Burger is uncollapsed or not.

### Properties

| Property | Type | Description | Required? | Default |
| :--------- | :------- | :------------------------------------------------- | :-------- | :------ |
| **events** | `Events` | A kefir stream of events related to the namespace. | | |

### Events

#### collapseToggled

The TransitionEvent that was fired when the AppMenu's collapsiblepanel toggle collapsed or open started, canceled, or ended. `transactionstart` and `transitioncancel` are currently fired. We also theoretically handle `transactionend`, but it isn't currently fired.

---

## AppMenuItemView
Expand Down
3 changes: 3 additions & 0 deletions docs/navmenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Collapse or uncollapse this NavItemView
| :--- | :--- | :--- |
| **collapseValue** | `boolean` | whether to collapse or uncollapse |

#### getElement()
_Returns_ the underlying HTMLElement for the `NavItemView`.


### Events
#### destroy
Expand Down