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

[FEATURE] Extend Component Inheritance Support #152

Closed
CC84 opened this issue Apr 12, 2017 · 1 comment
Closed

[FEATURE] Extend Component Inheritance Support #152

CC84 opened this issue Apr 12, 2017 · 1 comment

Comments

@CC84
Copy link

CC84 commented Apr 12, 2017

Overview of the issue

We have written two Components both extending from a baseclass. The baseclass contains @inputs but is not Flagged as Component.

The generated documentation correctly contains both components. But only the @inputs defined in the classes are written. The Inputs defined in the baseclass are missing. Additionally there is a link to the baseclass, but the baseclass does not contain any @inputs cause it's not a component.

Suggest a Fix

It'd be nice, when the component contains all @input from all baseclasses, maybe with a remark, that it's inherited from Class-X.

@lock
Copy link

lock bot commented Sep 30, 2019

This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem. Why locking ? Having issues with the most up-to-date context.

@lock lock bot locked as resolved and limited conversation to collaborators Sep 30, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants