PathNode: { child?: string; next?: PathNode; parent: string; selector: string }

Type declaration

  • Optionalchild?: string
  • Optionalnext?: PathNode
  • parent: string
  • selector: string