`MouseEvent` is not allowed as a param type in docs
📝 Provide detailed reproduction steps (if any)
- Set a param type of
MouseEventin API docs. - Run
yarn run docs. - See the log.
✔️ Expected result
Parameter is consumed by JSDoc.
❌ Actual result
It is thrown as an incorrect type:
$ yarn run docs
yarn run v1.22.15
$ node --max-old-space-size=8192 ./scripts/docs/build-docs.js
JSDoc started...
Incorrect param type: MouseEvent
See https://github.com/ckeditor/ckeditor5/pull/12080#discussion_r940199925 for details.
Probably it is enough to add the MouseEvent type in https://github.com/ckeditor/ckeditor5-dev/blob/master/packages/jsdoc-plugins/lib/validator/types.js.
There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.
We've closed your issue due to inactivity over the last year. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).