Options
All
  • Public
  • Public/Protected
  • All
Menu

Class PrivateClass

A class that is documented as being private.

Hierarchy

  • PrivateClass

Index

Constructors

constructor

Properties

Private fakePrivateVariable

fakePrivateVariable: string

A variable that is made private via comment.

Protected fakeProtectedVariable

fakeProtectedVariable: string

A variable that is made protected via comment.

Methods

Private fakePrivateFunction

  • fakePrivateFunction(): void
  • A function that is made private via comment.

    Returns void

Protected fakeProtectedFunction

  • fakeProtectedFunction(): void
  • A function that is made protected via comment.

    Returns void

Generated using TypeDoc