The name of the anchor of this child.
The parsed documentation comment attached to this reflection.
A list of generated css classes that should be applied to representations of this reflection in the generated markup.
A list of all types that are decorated by this reflection.
A list of all decorators attached to this reflection.
Is the url pointing to an individual document?
When FALSE, the url points to an anchor tag on a page of a different reflection.
Unique id of this reflection.
The kind of this reflection.
The human readable string representation of the kind of this reflection.
The symbol name of this reflection.
The original name of the TypeScript declaration.
The reflection this reflection is a child of.
A list of all source files that contributed to this reflection.
The url of this reflection in the generated documentation.
Try to find a reflection by its name.
The name to look for. Might contain a hierarchy.
The found reflection or null.
Try to find a reflection by its name.
The name hierarchy to look for.
The found reflection or null.
Return an url safe alias for this reflection.
Return a child by its name.
The name of the child to look for. Might contain a hierarchy.
The found child or NULL.
Return a child by its name.
The name hierarchy of the child to look for.
The found child or NULL.
Return the full name of this reflection.
The full name contains the name of this reflection and the names of all parent reflections.
Separator used to join the names of the reflections.
The full name of this reflection.
Has this reflection a visible comment?
TRUE when this reflection has a visible comment.
Return whether this reflection is the root / project reflection.
Test whether this reflection is of the given kind.
The kind to test for.
Test whether this reflection is of the given kind.
An array of kinds to test for.
Set a flag on this reflection.
Return a raw object representation of this reflection.
Return a string representation of this reflection.
Return a string representation of this reflection and all of its children.
Used internally to indent child reflections.
Traverse all potential child reflections of this reflection.
The given callback will be invoked for all children, signatures and type parameters attached to this reflection.
The callback function that should be applied for each child reflection.
Generated using TypeDoc
Create a new BaseReflection instance.