Interface: WptDupListItemProps
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/WptDup/WptDupListItem.tsx:12
Component props for WaypointDuplicateFacilityItem.
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/WptDup/WptDupListItem.tsx:17
CSS class(es) to add to the root of the list item component.
Overrides
isVisible?
optional
isVisible:Subject
<boolean
>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:26
Can control the visibility of this control.
Inherited from
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
waypoint
waypoint:
Subscribable
<null
|FacilityWaypoint
<Facility
>>
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/WptDup/WptDupListItem.tsx:14
A subject which provides a facility waypoint to bind.
Methods
onActivated()?
optional
onActivated(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:21
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
void
Inherited from
onBlurred()?
optional
onBlurred(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:20
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
void
Inherited from
onClr()?
optional
onClr(sender
):boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:17
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
boolean
Inherited from
onDeactivated()?
optional
onDeactivated(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:22
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
void
Inherited from
onDirectTo()?
optional
onDirectTo(sender
):boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:18
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
boolean
Inherited from
onEnter()?
optional
onEnter(sender
):boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:16
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
boolean
Inherited from
onFocused()?
optional
onFocused(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:19
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
void
Inherited from
onLowerKnob()?
optional
onLowerKnob(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:13
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
void
Inherited from
onLowerKnobDec()?
optional
onLowerKnobDec(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:15
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
void
Inherited from
onLowerKnobInc()?
optional
onLowerKnobInc(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:14
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
void
Inherited from
onRegister()?
optional
onRegister(ctrl
,unregister?
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:9
Parameters
Parameter | Type |
---|---|
ctrl | UiControl |
unregister? | boolean |
Returns
void
Inherited from
onUpperKnob()?
optional
onUpperKnob(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:10
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
void
Inherited from
onUpperKnobDec()?
optional
onUpperKnobDec(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:12
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
void
Inherited from
onUpperKnobInc()?
optional
onUpperKnobInc(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:11
Parameters
Parameter | Type |
---|---|
sender | UiControl |
Returns
void