@internal
The @internal tag indicates that a reflection is not intended to be used by API consumers.
API items annotated with @internal may be removed from the generated documentation by specifying
the --excludeInternal option.
Example
export class Visibility {
/** @internal */
member = 123;
}
See Also
- The
@alphatag - The
@betatag - The
@experimentaltag - The
--excludeInternaloption - The
--stripInternalTypeScript compiler option