@ignore

Tag Kind: Modifier

Reflections marked with the @hidden tag will be removed from the documentation. It is equivalent to the @ignore JSDoc tag.

export class Visibility {
/** @ignore */
newBehavior(): void;
}