Interface: UiControlGroupProps
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:9
Ui control group props
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
ref?
optional
ref:NodeReference
<any
>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
upperKnobCanScroll?
optional
upperKnobCanScroll:boolean
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:12
If 'true' the list will also be scrollable using the upper knob
Methods
onBlurred()?
optional
onBlurred(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:24
A function to call when the control group is blurred.
Parameters
Parameter | Type | Description |
---|---|---|
sender | UiControlGroup | The control group. |
Returns
void
onFocused()?
optional
onFocused(sender
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:18
A function to call when the control group is focused.
Parameters
Parameter | Type | Description |
---|---|---|
sender | UiControlGroup | The control group. |
Returns
void
onRegister()?
optional
onRegister(ctrl
,unregister?
):void
Defined in: workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/UiControlGroup.tsx:10
Parameters
Parameter | Type |
---|---|
ctrl | ScrollableControl |
unregister? | boolean |
Returns
void