Tag Kind: Modifier
Reflections marked with the @hidden tag will be removed from the documentation. It is equivalent to the @ignore JSDoc tag, which is also recognized by TypeDoc.
@hidden
@ignore
export class Visibility { /** @hidden */ newBehavior(): void;} Copy
export class Visibility { /** @hidden */ newBehavior(): void;}
@internal