playcanvas / pcui

UI component library for web-based tools
http://playcanvas.github.io/pcui
MIT License
669 stars 65 forks source link

Remove redundant `Canvas` args #211

Closed willeastcott closed 1 year ago

willeastcott commented 1 year ago

The CanvasArgs interface specifies id which is part of the ElementArgs interface. It also specifies tabindex but tabIndex (note case) is already defined in ElementArgs. This PR removes both in preference of the ElementArgs properties.