@override
TypeDoc parses the @override tag for compatibility with TSDoc, but does not attach any meaning to it's use.
Example
export class Visibility {
/** @override */
newBehavior(): void;
}
See Also
- The
@sealedtag - The
@virtualtag - The
--visibilityFiltersoption