Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Categorization

The categorization element, which may have children elements. A child element may either be itself a Categorization or a Category, hence the categorization element can be used to represent recursive structures like trees.

Hierarchy

Index

Properties

elements

elements: (Category | Categorization)[]

The child elements of this categorization which are either of type Category or Categorization.

label

label: string

The label of this categorization.

Optional options

options: object

Any additional options.

Type declaration

  • [key: string]: any

Optional rule

rule: Rule

An optional rule.

type

type: "Categorization"

Generated using TypeDoc