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