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