You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have components that extend from a base component. I'd like them to inherit the documentation from the base component but when using @extends it doesn't seem to give me the result I'm looking for.
In my base class:
/**
* The base component
*
* @class BaseComponent
* @interface BaseComponentArgs
* @export default
* @public
*/
I have components that extend from a base component. I'd like them to inherit the documentation from the base component but when using
@extends
it doesn't seem to give me the result I'm looking for.In my base class:
In my extended components:
The text was updated successfully, but these errors were encountered: