Enumeration: GtcViewLifecyclePolicy
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:25
Policies governing the lifecycle of GTC views.
Enumeration Members
Persistent
Persistent:
"Persistent"
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:30
The view is created when it is opened for the first time and is never destroyed.
Static
Static:
"Static"
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:27
The view is created immediately on initialization and is never destroyed.
Transient
Transient:
"Transient"
Defined in: workingtitle-instruments-g3000/html_ui/GTC/GtcService/GtcService.tsx:36
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.