Interface: UiControlProps
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:8
The properties for the UiControl component.
Extends
ComponentProps
Extended by
Properties
children?
optional
children:DisplayChildren
[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
class?
optional
class:string
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:24
The CSS class string to be set on the control DOM element.
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.
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
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
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
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
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
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
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
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
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
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
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
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
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
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
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