ui5-webcomponents
ui5-webcomponents copied to clipboard
feat(UI5Element): introduce alt types for properties
Introduced altTypes (alternative type) for properties.
Some limitations that we have to discuss:
- Boolean can't have altTypes, because its value depends if the attribute appears.
- String property can't have Boolean altTypes, because if its value will be casted to string.