Type Alias: PfdPageDefinition
PfdPageDefinition =
object
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/PfdPage/PfdPageDefinition.ts:14
A definition describing a PFD page.
Properties
factory?
optional
factory:PfdPageFactory
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/PfdPage/PfdPageDefinition.ts:31
A function which renders the page. If not defined, then the page will be disabled.
key
key:
string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/PfdPage/PfdPageDefinition.ts:16
The key of the page.
lifecyclePolicy?
optional
lifecyclePolicy:UiViewLifecyclePolicy
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/PfdPage/PfdPageDefinition.ts:28
The UI view lifecycle policy to apply to the page. Defaults to UiViewLifecyclePolicy.Static
.
order
order:
number
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/PfdPage/PfdPageDefinition.ts:22
A numeric value which determines the order in which the page appears in the MFD Display Setup menu's Split Screen Page selection list. A lower value causes the page to appear before other pages.
selectLabel
selectLabel:
string
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/PFD/PfdPage/PfdPageDefinition.ts:25
The label displayed for the page in the MFD Display Setup menu's Split Screen Page selection list.