TypeDoc
  • Docs
  • Example
  • API
  • GitHub
  • Overview
    • Installation
    • Options
    • Doc Comments
    • Declaration References
    • Project References
    • Themes
    • Plugins
    • Link Resolution
    • Development
    • Monorepo
    • Changelog
  • Tags
    • @alpha
    • @beta
    • @category
    • @defaultValue
    • @deprecated
    • @enum
    • @event
    • @eventProperty
    • @example
    • @experimental
    • @group
    • @hidden
    • @ignore
    • {@inheritDoc}
    • @internal
    • {@label}
    • {@link}
    • @module
    • @overload
    • @override
    • @packageDocumentation
    • @param
    • @private
    • @privateRemarks
    • @protected
    • @public
    • @readonly
    • @remarks
    • @returns
    • @satisfies
    • @sealed
    • @see
    • @template
    • @throws
    • @typeParam
    • @virtual

@virtual

Tag Kind
Modifier
TSDoc Reference
@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
Theme
Edit on GitHub