Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface INodeInfo<T>

用于遍历的节点信息

Type parameters

Hierarchy

  • INodeInfo

Index

Properties

Optional index

index: number

Optional jsonPath

jsonPath: string

Optional key

key: string | number

node

node: T

Optional nodePath

nodePath: string

Optional parent

parent: T

Optional stack

stack: T[]

Generated using TypeDoc