Options
All
  • Public
  • Public/Protected
  • All
Menu

The Group-node is the top-level node for each of the category "trees". It contains information about this group-node as well as a list of child-categories.

Hierarchy

  • IGroup

Index

Properties

Optional $id

$id: number

Sequential running number per group

categories

categories: ICategory[]

The child categories for this group.

displayName

displayName: string

The displayName is what is expected to be presented as the group-name for the end-user.

expanded

expanded: boolean

Indicates whether or not this group-node should be expanded or not.

name

name: string

The internal name identifier for this group-node.

Generated using TypeDoc