TypeDoc

    @hidden

    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.

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