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