Interface: ListMenuDialogProps
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Dialogs/ListMenuDialog.tsx:15
The properties on list menu popout component.
Extends
Properties
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
class?
optional
class:string
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Dialogs/ListMenuDialog.tsx:17
A css class to apply to the dialog.
fms?
optional
fms:Fms
<any
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Dialogs/ListMenuDialog.tsx:19
An instance of the fms.
isMfd?
optional
isMfd:boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:26
If this UIView is in the MFD
Inherited from
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
showTitle
showTitle:
boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:23
Whether to show the title or not (is this a main menu or a child for example the page menu).
Inherited from
title
title:
string
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:20
The title of the component.
Inherited from
upperKnobCanScroll?
optional
upperKnobCanScroll:boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:12
If 'true' the list will also be scrollable using the upper knob
Inherited from
UiViewProps
.upperKnobCanScroll
viewService
viewService:
ViewService
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiView.tsx:17
The view service to which this page belongs.
Inherited from
Methods
onBlurred()?
optional
onBlurred(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:24
A function to call when the control group is blurred.
Parameters
Parameter | Type | Description |
---|---|---|
sender | UiControlGroup | The control group. |
Returns
void
Inherited from
onFocused()?
optional
onFocused(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:18
A function to call when the control group is focused.
Parameters
Parameter | Type | Description |
---|---|---|
sender | UiControlGroup | The control group. |
Returns
void
Inherited from
onRegister()?
optional
onRegister(ctrl
,unregister?
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:10
Parameters
Parameter | Type |
---|---|
ctrl | ScrollableControl |
unregister? | boolean |
Returns
void