Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParentNode<S, E>

Interface for a node that exposes a list of children. Note: because you can't have an abstract getter/property, getChildren is just a normal method.

Type Parameters

Hierarchy

Implemented by

Index

Properties

id: string
name: string
parent: string
path: string
symbol: string

Methods

  • getLastEventSeen(state: S): undefined | number
  • getLastResult(state: S): undefined | string
  • getTreeEventCounter(state: S): undefined | number
  • resetNodeStorage(state: S): void