Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • Parameters

    Returns Annotation

Properties

Private parameters

parameters: any

Private type

type: any

Methods

addAdapter

  • addAdapter(q: any): void
  • Parameters

    • q: any

    Returns void

addAnnotation

annotations

  • annotations(): any[]

description

  • description(): string

getAdapter

  • getAdapter<T>(adapterType: object): T
  • Type parameters

    • T

    Parameters

    • adapterType: object
      • constructor: function
        • Parameters

          • Optional p: any

          Returns __type

    Returns T

getAdapters

  • getAdapters(): any[]

getType

  • Returns IAnnotationType

nameId

  • nameId(): string
  • Returns string

parameter

  • parameter(name: string): any
  • Parameters

    • name: string

    Returns any

parameterNames

  • parameterNames(): string[]
  • Returns string[]

removeAnnotation

setName

  • setName(name: string): void
  • Parameters

    • name: string

    Returns void

tags

  • tags(): string[]
  • Returns string[]

withDescription

  • Parameters

    • d: string

    Returns Described

Generated using TypeDoc