@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
@sealed
tag - The
@override
tag - The
--visibilityFilters
option