KC's Workspace
    Preparing search index...

    This must extend Array in order to work with Handlebar's each helper.

    Index

    Constructors

    Accessors

    • get isExternal(): boolean

      Is this a declaration from an external document?

      Returns boolean

    • get isOptional(): boolean

      Whether this reflection is an optional component or not.

      Applies to function parameters and object members.

      Returns boolean

    • get isPrivate(): boolean

      Is this a private member?

      Returns boolean

    • get isProtected(): boolean

      Is this a protected member?

      Returns boolean

    • get isPublic(): boolean

      Is this a public member?

      Returns boolean

    • get isRest(): boolean

      Whether it's a rest parameter, like foo(...params);.

      Returns boolean

    • get isStatic(): boolean

      Is this a static member?

      Returns boolean

    Methods