FunctionsisChildOfParentOn this pageFunction: isChildOfParent() function isChildOfParent(child, parent): boolean; Returns if the target is a "child" of the tree of the given "parent" object. Parameters ParameterTypeDescriptionchildobjectTarget object.parentobjectParent object. Returns boolean