Top "Parent-child" questions

A relationship between entities in which one acts in a major role and the other in a minor role.

React.js -- How to pass properties object to child component?

I have a component called tileGroup that has a property that is a collection(array) of other properties. The parent …

javascript properties parent-child reactjs
React, get bound parent dom element name within component

Within my component, how can I access the name of the parent component it is nested inside? So if my …

dom reactjs components parent-child
How to find parent elements by python webdriver?

Is there any methods for python+selenium to find parent elements, brother elements, or child elements just like driver.find_…

python selenium xpath selenium-webdriver parent-child
Are child processes created with fork() automatically killed when the parent is killed?

I'm creating child processes with fork() in C/C++. When the parent process ends (or is killed for some reason) …

c++ linux process fork parent-child
Height of parent div is zero even if it has child with finite heights

I have a website whose layout has been shown in the diagram. The body consists of a main container, which …

css height parent-child
three.js - mesh group example? (THREE.Object3D() advanced)

I'm attempting to understand how to group / link child meshes to a parent. I want to be able to: drag …

object parent-child mesh three.js
JPA @OneToMany -> Parent - Child Reference (Foreign Key)

i have a Question about referencing ParentEntities from Child Entites ir If i have something like this: Parent.java: @Entity(…

java hibernate jpa parent-child one-to-many
node.js child process - difference between spawn & fork

This might seem like a basic question, but I could not find any documentation : What is the difference between forking &…

node.js process parent-child
Search on descendants of an element

With protractor whats the best way to select child elements? Say we have the layout below... <div id='parent_1…

element parent-child protractor chaining
PHP hierarchical array - Parents and childs

I use PHP and mySQL with Idiorm. That might not be relevant. My PHP array It's a relationship between parents …

php arrays loops recursion parent-child