FunctionsgetRootOn this pageFunction: getRoot() function getRoot<T>(value): T; Returns the root of the target object, or itself if the target is a root. Type Parameters Type ParameterDefault typeDescriptionT extends objectanyRoot object type. Parameters ParameterTypeDescriptionvalueobjectTarget object. Returns T