Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ParentPath<T>

Path from an object to its immediate parent.

Type parameters

  • T: object

    Parent object type.

Hierarchy

  • ParentPath

Index

Properties

Properties

parent: T

Parent object.

Property name (if the parent is an object) or index number (if the parent is an array).

Generated using TypeDoc