Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extendable widget properties #314

Closed
smhigley opened this issue Oct 17, 2017 · 0 comments
Closed

Extendable widget properties #314

smhigley opened this issue Oct 17, 2017 · 0 comments
Assignees
Milestone

Comments

@smhigley
Copy link
Contributor

Enhancement

Allow each widget's properties interface to be extended, so instead of:
export default class Button extends ButtonBase<ButtonProperties>
we would have:
export default class Button<P extends ButtonProperties = ButtonProperties> extends ButtonBase<P>

Comes from the first point in #266 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants