Enumeration: UiViewLifecyclePolicy
Policies governing the lifecycle of UI views.
Enumeration Members
Persistent
• Persistent = "Persistent"
The view is created when it is opened for the first time and is never destroyed.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/UiSystem/UiViewTypes.ts:11
Static
• Static = "Static"
The view is created immediately on initialization and is never destroyed.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/UiSystem/UiViewTypes.ts:8
Transient
• Transient = "Transient"
The view is created when it is opened and destroyed when it is closed and no longer appears in the history of its view stack.
Defined in
src/workingtitle-instruments-g3x-touch/html_ui/Pages/VCockpit/Instruments/NavSystems/G3XTouch/Shared/UiSystem/UiViewTypes.ts:17