Move a region, relative to another region.
if target or reference aren't valid IDs in the layout
target
reference
if dropping to an outer target and the reference has no parent
Move a region to the layout root
if no region in the manager can be found with id target
Surround a layout region in-place with a new parent.
If the target ID does not exist in the layout.
If the target region doesn't have a parent region.
This won't check to see if the parent is already of the given type. That is, it will always surround with the given region. Callers that use this function automatically should first check to see that the parent is of the type they need.
Generated using TypeDoc
Move a region, relative to another region.
if
target
orreference
aren't valid IDs in the layoutif dropping to an outer target and the reference has no parent