Optional
options: IDisplayOptionsAdds all properties of parent annotated with display. The value of each property will be fetched each time this container is rendered, so new values assigned after addProperties is called will always be displayed.
Object to search through the properties of.
Remove the given child object. Returns true if the child was in this container.
Child object to remove.
Removes all child objects from this container.
Removes all of the given child objects.
Iterable of objects to remove.
Optional
views: IView[]Static
applyApplies transform a to transform b, returning the result. Neither a nor b are modified.
Outer transformation.
Inner transformation.
The combined transformation.
Applies transform a to transform b, storing the result in out. Neither a nor b are modified.
Outer transformation.
Inner transformation.
Target for the combined transformation.
Combined transform out
Generated using TypeDoc
Container for dynamically adding, removing, and repositioning objects for display.