Skip to main content

Interface: SignInputSlotProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/NumberInput/SignInputSlot.tsx:7

Component props for SignInputSlot.

Extends

Properties

children?

optional children: DisplayChildren[]

Defined in: sdk/components/FSComponent.ts:122

The children of the display component.

Inherited from

ComponentProps.children


class?

optional class: string | SubscribableSet<string>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/NumberInput/SignInputSlot.tsx:15

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


ref?

optional ref: NodeReference<any>

Defined in: sdk/components/FSComponent.ts:125

A reference to the display component.

Inherited from

ComponentProps.ref


renderChar()?

optional renderChar: (character) => string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/NumberInput/SignInputSlot.tsx:12

A function which renders a character value into a string.

Parameters

ParameterTypeDescription
characterstring | nullThe character to render.

Returns

string