Interface: KeyboardProps
Component props for Keyboard.
Hierarchy
ComponentProps
↳
KeyboardProps
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
| ToggleableClassNameRecord
| SubscribableSet
<string
>
CSS class(es) to apply to the number pad's root element.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Keyboard/Keyboard.tsx:34
isSpaceButtonEnabled
• isSpaceButtonEnabled: boolean
Whether the space button is enabled.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Keyboard/Keyboard.tsx:22
onBackspacePressed
• Optional
onBackspacePressed: () => void
A callback function which is called when the backspace button is pressed.
Type declaration
▸ (): void
A callback function which is called when the backspace button is pressed.
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Keyboard/Keyboard.tsx:28
onFindPressed
• Optional
onFindPressed: () => void
A callback function which is called when the "Find" button is pressed.
Type declaration
▸ (): void
A callback function which is called when the "Find" button is pressed.
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Keyboard/Keyboard.tsx:31
onKeyPressed
• Optional
onKeyPressed: (char
: string
) => void
A callback function which is called when a character key button is pressed.
Type declaration
▸ (char
): void
A callback function which is called when a character key button is pressed.
Parameters
Name | Type |
---|---|
char | string |
Returns
void
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Keyboard/Keyboard.tsx:25
ref
• Optional
ref: NodeReference
<any
>
A reference to the display component.
Inherited from
ComponentProps.ref
Defined in
sdk/components/FSComponent.ts:125
showFindButton
• showFindButton: boolean
Whether to show the "Find" button. If true
, then the "Find" button will replace the space button while the
keyboard is displaying letters, and the space button will instead be shown while the keyboard is displaying
numerals.
Defined in
workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/Keyboard/Keyboard.tsx:19