isNestedGroup
isNestedGroup(
obj):obj is Group
Returns whether or not the given object is a Group and is nested inside another group. This method is a type guard and after using this method to test an object it can subsequently be treated as a Group if the method returns true.
Parameters
obj
Returns
obj is Group