Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TypeParameterReflection

Hierarchy

Index

Properties

Optional comment

comment: Comment

The parsed documentation comment attached to this reflection.

Optional decorates

decorates: SomeType[]

A list of all types that are decorated by this reflection.

Optional decorators

decorators: Decorator[]

Optional default

default: SomeType

flags

id

id: number

Unique id of this reflection.

kind

The kind of this reflection.

Optional kindString

kindString: string

The human readable string representation of the kind of this reflection. Set during the resolution phase by GroupPlugin

name

name: string

The symbol name of this reflection.

Optional originalName

originalName: string

Will not be present if name === originalName

Optional type

type: SomeType

Generated using TypeDoc