Skip to main content

Interface: GtcMinimumsControlProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Minimums/GtcMinimumsControl.tsx:28

Component props for GtcMinimumsControl.

Extends

  • ComponentProps

Properties

children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


gtcService

gtcService: GtcService

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Minimums/GtcMinimumsControl.tsx:30

The GTC service.


minimumsDataProvider

minimumsDataProvider: MinimumsDataProvider

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Minimums/GtcMinimumsControl.tsx:33

A provider of minimums data.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


sidebarState?

optional sidebarState: GtcSidebarState | Subscribable<null | GtcSidebarState>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/Minimums/GtcMinimumsControl.tsx:36

The SidebarState to use.