Skip to main content

Interface: SignInputSlotProps

Component props for SignInputSlot.

Hierarchy

  • ComponentProps

    SignInputSlotProps

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 | SubscribableSet<string>

CSS class(es) to apply to the slot's root element.

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/NumberInput/SignInputSlot.tsx:15


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125


renderChar

Optional renderChar: (character: null | string) => string

A function which renders a character value into a string.

Param

The character to render.

Type declaration

▸ (character): string

A function which renders a character value into a string.

Parameters
NameType
characternull | string
Returns

string

Defined in

workingtitle-instruments-g3000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG3000/GTC/Components/NumberInput/SignInputSlot.tsx:12