Interface: UiControlProps
The properties for the UiControl component.
Hierarchy
ComponentProps
↳
UiControlProps
Properties
children
• Optional
children: DisplayChildren
[]
The children of the display component.
Inherited from
ComponentProps.children
Defined in
sdk/components/FSComponent.ts:122
class
• Optional
class: string
The CSS class string to be set on the control DOM element.
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:24
isVisible
• Optional
isVisible: Subject
<boolean
>
Can control the visibility of this control.
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
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125
Methods
onActivated
▸ onActivated(sender
): void
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:21
onBlurred
▸ onBlurred(sender
): void
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:20
onClr
▸ onClr(sender
): boolean
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
boolean
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:17
onDeactivated
▸ onDeactivated(sender
): void
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:22
onDirectTo
▸ onDirectTo(sender
): boolean
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
boolean
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:18
onEnter
▸ onEnter(sender
): boolean
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
boolean
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:16
onFocused
▸ onFocused(sender
): void
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:19
onLowerKnob
▸ onLowerKnob(sender
): void
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:13
onLowerKnobDec
▸ onLowerKnobDec(sender
): void
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:15
onLowerKnobInc
▸ onLowerKnobInc(sender
): void
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:14
onRegister
▸ onRegister(ctrl
, unregister?
): void
Parameters
Name | Type |
---|---|
ctrl | UiControl <UiControlProps > |
unregister? | boolean |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:9
onUpperKnob
▸ onUpperKnob(sender
): void
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:10
onUpperKnobDec
▸ onUpperKnobDec(sender
): void
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:12
onUpperKnobInc
▸ onUpperKnobInc(sender
): void
Parameters
Name | Type |
---|---|
sender | UiControl <UiControlProps > |
Returns
void
Defined in
workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControl.tsx:11