Skip to content

Commit

Permalink
docs: add JSDoc for attributes [skip ci] (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
web-padawan authored Jul 20, 2020
1 parent 0d17d04 commit 258e1b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vaadin-context-menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -296,6 +296,7 @@

/**
* Event name to listen for opening the context menu.
* @attr {string} open-on
* @type {string}
*/
openOn: {
Expand All @@ -319,6 +320,7 @@

/**
* Event name to listen for closing the context menu.
* @attr {string} close-on
* @type {string}
*/
closeOn: {
Expand Down

0 comments on commit 258e1b5

Please sign in to comment.