layout | title | description | group | weight |
---|---|---|---|---|
page |
WuiView |
WizComponent |
5 |
{% include JB/setup %}
This component has a really simple API, allows for the created, opening, opened, closing and closed events. On each of these events, the game programmer can perform logic related to loading data, binding other events, animation or other game events. Inherits from WuiDom.
A [WizView] often contains other WuiDom and WizUI elements, and is usually a container element, used for display, hide and show logic. It can interact with NavTree to enable smooth navigation on a single page applications.
See WuiView GitHub page