Enumeration: GtcViewLifecyclePolicy
Policies governing the lifecycle of GTC views.
Enumeration Members
Persistent
• Persistent = "Persistent"
The view is created when it is opened for the first time and is never destroyed.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcService.tsx:28
Static
• Static = "Static"
The view is created immediately on initialization and is never destroyed.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcService.tsx:25
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
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/GtcService/GtcService.tsx:34