Create a new ReflectionGroup instance.
The title of this group.
The reflection containing this group, useful for changing rendering based on a comment on a reflection.
All reflections of this group.
Readonly
owningThe reflection containing this group, useful for changing rendering based on a comment on a reflection.
The title, a string representation of the typescript kind, of this group.
Optional
categoriesCategories contained within this group.
Optional
descriptionUser specified description via @groupDescription
, if specified.
A group of reflections. All reflections in a group are of the same kind.
Reflection groups are created by the ´GroupHandler´ in the resolving phase of the dispatcher. The main purpose of groups is to be able to more easily render human readable children lists in templates.