vaadin / vaadin-context-menu

The responsive Web Component for showing context dependent items for any element on the page. Part of the Vaadin components.
https://vaadin.com/components
Apache License 2.0
26 stars 10 forks source link

TypeScript: mark owner and context renderer arguments as optional #275

Closed web-padawan closed 4 years ago

web-padawan commented 4 years ago

Most of users will only need root renderer argument. Let's mark contextMenu and context as optional, same as we did for other overlay components with renderer API.