Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPathNode<T>

Type parameters

  • T

Hierarchy

  • IPathNode

Index

Properties

Optional children

children: object

Type declaration

Optional key

key: string

Optional leaf

leaf: boolean

Optional parentNode

parentNode: IPathNode<T>

Optional value

value: T

Generated using TypeDoc