Interface: SignInputSlotProps
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/NumberInput/SignInputSlot.tsx:7
Component props for SignInputSlot.
Extends
Properties
children?
optionalchildren:DisplayChildren[]
Defined in: sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
class?
optionalclass: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?
optionalref:NodeReference<any>
Defined in: sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
renderChar()?
optionalrenderChar: (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
| Parameter | Type | Description |
|---|---|---|
character | string | null | The character to render. |
Returns
string