Optional
anchorOptional
categoriesAll children grouped by their category.
Optional
childrenOptional
childrenOptional
commentThe parsed documentation comment attached to this reflection.
Optional
cssA list of generated css classes that should be applied to representations of this reflection in the generated markup. TODO: Reflections shouldn't know about CSS. Move this property to the correct serializer.
Optional
groupsAll children grouped by their kind.
Optional
hasIs the url pointing to an individual document?
When FALSE, the url points to an anchor tag on a page of a different reflection. TODO: Reflections shouldn't know how they are rendered. Move this to the correct serializer.
Unique id of this reflection.
The kind of this reflection.
Optional
kindThe human readable string representation of the kind of this reflection. Set during the resolution phase by GroupPlugin
Optional
labelLabel associated with this reflection, if any (https://tsdoc.org/pages/tags/label/) Added by the CommentPlugin during resolution.
Readonly
moduleThe symbol name of this reflection.
The original name of the TypeScript declaration.
Optional
relevanceA precomputed boost derived from the searchCategoryBoosts and searchGroupBoosts options, used when boosting search relevance scores at runtime. May be modified by plugins.
Optional
sourcesA list of all source files that contributed to this reflection.
Readonly
urlThe url of this reflection in the generated documentation. TODO: Reflections shouldn't know urls exist. Move this to a serializer.
Try to find a reflection by its name.
The found reflection or null.
This method not be used, it naively splits the name by a .
and searches recursively up
the parent tree, which is not how any other name resolver works. If you are currently using this and
need another method, please open an issue. For tests getChildByName should generally be sufficient.
Return the full name of this reflection. Intended for use in debugging. For log messages intended to be displayed to the user for them to fix, prefer getFriendlyFullName instead.
The full name contains the name of this reflection and the names of all parent reflections.
The full name of this reflection.
Optional
separator: stringSeparator used to join the names of the reflections.
Generated using TypeDoc
The name of the anchor of this child. TODO: Reflections shouldn't know anchors exist. Move this to a serializer.