Skip to main content

Interface: WeightBalancePaneViewLoadStationProps

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewLoadStation.tsx:13

Component props for WeightBalancePaneViewLoadStation.

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-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewLoadStation.tsx:27

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


label

label: string

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewLoadStation.tsx:18

The display's label.


loadWeight

loadWeight: Subscribable<number>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewLoadStation.tsx:21

The load weight of the display's station, in pounds.


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-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewLoadStation.tsx:15

Whether to show the display.


weightDisplayUnit

weightDisplayUnit: Subscribable<Unit<Weight>>

Defined in: src/workingtitle-instruments-g3000/html_ui/Shared/Components/WeightBalancePane/WeightBalancePaneViewLoadStation.tsx:24

The unit type in which to display the station's load weight.