@ignore
- Tag Kind
- Modifier
- TSDoc Reference
- TypeDoc specific
Reflections marked with the @hidden
tag will be removed from the documentation.
It is equivalent to the @ignore
JSDoc tag.
Example
export class Visibility {
/** @ignore */
newBehavior(): void;
}
See Also
- The
@ignore
tag - The
@internal
tag - The JSDoc
@ignore
tag