Skip to main content

Interface: WptDupListItemProps

Component props for WaypointDuplicateFacilityItem.

Hierarchy

Properties

children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

UiControlProps.children

Defined in

sdk/components/FSComponent.ts:122


class

Optional class: string

CSS class(es) to add to the root of the list item component.

Overrides

UiControlProps.class

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/WptDup/WptDupListItem.tsx:17


isVisible

Optional isVisible: Subject<boolean>

Can control the visibility of this control.

Inherited from

UiControlProps.isVisible

Defined in

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


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

UiControlProps.ref

Defined in

sdk/components/FSComponent.ts:125


waypoint

waypoint: Subscribable<null | FacilityWaypoint<Facility>>

A subject which provides a facility waypoint to bind.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/WptDup/WptDupListItem.tsx:14

Methods

onActivated

onActivated(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Inherited from

UiControlProps.onActivated

Defined in

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


onBlurred

onBlurred(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Inherited from

UiControlProps.onBlurred

Defined in

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


onClr

onClr(sender): boolean

Parameters

NameType
senderUiControl<UiControlProps>

Returns

boolean

Inherited from

UiControlProps.onClr

Defined in

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


onDeactivated

onDeactivated(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Inherited from

UiControlProps.onDeactivated

Defined in

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


onDirectTo

onDirectTo(sender): boolean

Parameters

NameType
senderUiControl<UiControlProps>

Returns

boolean

Inherited from

UiControlProps.onDirectTo

Defined in

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


onEnter

onEnter(sender): boolean

Parameters

NameType
senderUiControl<UiControlProps>

Returns

boolean

Inherited from

UiControlProps.onEnter

Defined in

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


onFocused

onFocused(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Inherited from

UiControlProps.onFocused

Defined in

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


onLowerKnob

onLowerKnob(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Inherited from

UiControlProps.onLowerKnob

Defined in

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


onLowerKnobDec

onLowerKnobDec(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Inherited from

UiControlProps.onLowerKnobDec

Defined in

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


onLowerKnobInc

onLowerKnobInc(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Inherited from

UiControlProps.onLowerKnobInc

Defined in

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


onRegister

onRegister(ctrl, unregister?): void

Parameters

NameType
ctrlUiControl<UiControlProps>
unregister?boolean

Returns

void

Inherited from

UiControlProps.onRegister

Defined in

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


onUpperKnob

onUpperKnob(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Inherited from

UiControlProps.onUpperKnob

Defined in

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


onUpperKnobDec

onUpperKnobDec(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Inherited from

UiControlProps.onUpperKnobDec

Defined in

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


onUpperKnobInc

onUpperKnobInc(sender): void

Parameters

NameType
senderUiControl<UiControlProps>

Returns

void

Inherited from

UiControlProps.onUpperKnobInc

Defined in

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