Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignatureReflection

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[]

flags

id

id: number

Unique id of this reflection.

Optional implementationOf

implementationOf: InferredType

A type that points to the reflection this reflection is the implementation of.

Applies to class members.

Optional inheritedFrom

inheritedFrom: InferredType

A type that points to the reflection this reflection has been inherited from.

Applies to interface and class members.

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 overwrites

overwrites: InferredType

A type that points to the reflection that has been overwritten by this reflection.

Applies to interface and class members.

Optional parameters

parameters: ParameterReflection[]

Optional type

type: SomeType

Optional typeParameter

typeParameter: TypeParameterReflection[]

Generated using TypeDoc