Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HierarchyGrouping<K, VNode, V>

Represents a group of hierarchical values associated with the same key.

Type parameters

  • K
  • VNode
  • V: VNode

Hierarchy

Implemented by

Index

Properties

[Grouping.key]

[Grouping.key]: K

The key associated with this group.

key

key: unique symbol = Symbol("Grouping.key")

The key associated with this group.

NOTE: This is a convenience alias for [Grouping.key] and should return the same value.

values

values: Iterable<V>

The key associated with this group.

NOTE: This is a convenience alias for the values in the grouping and should return the same values.

Methods

[Hierarchical.hierarchy]

[Symbol.iterator]

  • Returns Iterator<V>

[Symbol.iterator]

  • Returns Iterator<V>

Generated using TypeDoc