Skip to content

Commit

Permalink
docs: add JSDoc for attributes [skip ci] (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jul 20, 2020
1 parent a055219 commit 0de6ef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vaadin-app-layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,7 @@
* Defines whether navbar or drawer will come first visually.
* - By default (`primary-section="navbar"`), the navbar takes the full available width and moves the drawer down.
* - If `primary-section="drawer"` is set, then the drawer will move the navbar, taking the full available height.
* @attr {navbar|drawer} primary-section
* @type {!PrimarySection}
*/
primarySection: {
Expand All @@ -331,6 +332,7 @@
* Its default value depends on the viewport:
* - `true`, for desktop size views
* - `false`, for mobile size views
* @attr {boolean} drawer-opened
* @type {boolean}
*/
drawerOpened: {
Expand Down

0 comments on commit 0de6ef2

Please sign in to comment.