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

Handle behavior arrays #884

Closed
aomarks opened this issue Feb 2, 2018 · 0 comments
Closed

Handle behavior arrays #884

aomarks opened this issue Feb 2, 2018 · 0 comments

Comments

@aomarks
Copy link
Member

aomarks commented Feb 2, 2018

Behaviors can be defined as arrays of other behaviors, as documented here: https://www.polymer-project.org/1.0/docs/devguide/behaviors#extending. Example: https://github.com/PolymerElements/iron-overlay-behavior/blob/master/iron-overlay-behavior.html#L796

We can probably just emit e.g. interface Behavior extends OtherBehavior1, OtherBehavior2.

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

No branches or pull requests

1 participant