Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ContainerReflection

Hierarchy

Index

Properties

Optional categories

categories: ReflectionCategory[]

All children grouped by their category.

Optional children

The children of this reflection.

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

Optional groups

groups: ReflectionGroup[]

All children grouped by their kind.

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 sources

sources: SourceReference[]

Generated using TypeDoc