Skip to main content

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

UiControlProps.children


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

UiControlProps.class


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

UiControlProps.isVisible


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

UiControlProps.ref


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

ParameterType
senderUiControl

Returns

void

Inherited from

UiControlProps.onActivated


onBlurred()?

optional onBlurred(sender): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:20

Parameters

ParameterType
senderUiControl

Returns

void

Inherited from

UiControlProps.onBlurred


onClr()?

optional onClr(sender): boolean

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:17

Parameters

ParameterType
senderUiControl

Returns

boolean

Inherited from

UiControlProps.onClr


onDeactivated()?

optional onDeactivated(sender): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:22

Parameters

ParameterType
senderUiControl

Returns

void

Inherited from

UiControlProps.onDeactivated


onDirectTo()?

optional onDirectTo(sender): boolean

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:18

Parameters

ParameterType
senderUiControl

Returns

boolean

Inherited from

UiControlProps.onDirectTo


onEnter()?

optional onEnter(sender): boolean

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:16

Parameters

ParameterType
senderUiControl

Returns

boolean

Inherited from

UiControlProps.onEnter


onFocused()?

optional onFocused(sender): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:19

Parameters

ParameterType
senderUiControl

Returns

void

Inherited from

UiControlProps.onFocused


onLowerKnob()?

optional onLowerKnob(sender): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:13

Parameters

ParameterType
senderUiControl

Returns

void

Inherited from

UiControlProps.onLowerKnob


onLowerKnobDec()?

optional onLowerKnobDec(sender): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:15

Parameters

ParameterType
senderUiControl

Returns

void

Inherited from

UiControlProps.onLowerKnobDec


onLowerKnobInc()?

optional onLowerKnobInc(sender): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:14

Parameters

ParameterType
senderUiControl

Returns

void

Inherited from

UiControlProps.onLowerKnobInc


onRegister()?

optional onRegister(ctrl, unregister?): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:9

Parameters

ParameterType
ctrlUiControl
unregister?boolean

Returns

void

Inherited from

UiControlProps.onRegister


onUpperKnob()?

optional onUpperKnob(sender): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:10

Parameters

ParameterType
senderUiControl

Returns

void

Inherited from

UiControlProps.onUpperKnob


onUpperKnobDec()?

optional onUpperKnobDec(sender): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:12

Parameters

ParameterType
senderUiControl

Returns

void

Inherited from

UiControlProps.onUpperKnobDec


onUpperKnobInc()?

optional onUpperKnobInc(sender): void

Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:11

Parameters

ParameterType
senderUiControl

Returns

void

Inherited from

UiControlProps.onUpperKnobInc