Skip to content

Example of working @extends? #192

@csprocket777

Description

@csprocket777

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
 */

In my extended components:

/**
 * Extended component
 *
 * @class ExtendedComponent
 * @extends BaseComponent
 */

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions