Interface: G3XFailureBoxProps
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Common/G3XFailureBox.tsx:11
Component props for G3XFailureBox.
Extends
ComponentProps
Properties
children?
optional
children:DisplayChildren
[]
Defined in: src/sdk/components/FSComponent.ts:122
The children of the display component.
Inherited from
ComponentProps.children
class?
optional
class:string
|ToggleableClassNameRecord
|SubscribableSet
<string
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Common/G3XFailureBox.tsx:19
CSS class(es) to apply to the box's root element.
label?
optional
label:string
|VNode
|Subscribable
<string
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Common/G3XFailureBox.tsx:16
The box's label.
ref?
optional
ref:NodeReference
<any
>
Defined in: src/sdk/components/FSComponent.ts:125
A reference to the display component.
Inherited from
ComponentProps.ref
show
show:
Subscribable
<boolean
>
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/Components/Common/G3XFailureBox.tsx:13
Whether to show the box.