The '''Generic UI Container''' is a component that is seen on [[UIX]] panels and canvases. It does two primary things, match the title for the panel of a provided text, and flag when it closes and then destroys the provided hierarchy root [[Slot|slot]].
|Title|'''[[Type:IField`1|IField`1]]<[[Type:String|String]]>'''|TypeAdv0=true|Changes the title for this panel.
|CloseRequest|Bool|
|CloseRequest|Bool|Becomes true when this container ([[UIX]] panel/canvas) is closing.
|CloseDestroyRoot|Slot|
|CloseDestroyRoot|Slot|The target [[Slot|slot]] to destroy.
}}
}}
== Behavior ==
== Usage ==
There is no known usage for this component to be used in projects, but only seen on certain panels and canvases.
== Examples ==
== Examples ==
The GenericUIContainer can be found on many default interfaces including the Scene Inspector, Node Browser, and Component Inspector.
The '''GenericUIContainer''' can be found on many default interfaces including the [[Scene Inspector]], [[ProtoFlux Node Browser|Node Browser]], and [[Component Inspector]].
Generic UIContainer component as seen in the Scene Inspector
The Generic UI Container is a component that is seen on UIX panels and canvases. It does two primary things, match the title for the panel of a provided text, and flag when it closes and then destroys the provided hierarchy root slot.