Skip to main content

Interface: FormatInfoProps

Props for FormatSwitch

Hierarchy

  • ComponentProps

    FormatInfoProps

Properties

bus

bus: EventBus

The event bus

Defined in

workingtitle-instruments-wt21/shared/LowerSection/RightInfoPanel/FormatSwitch.tsx:13


children

Optional children: DisplayChildren[]

The children of the display component.

Inherited from

ComponentProps.children

Defined in

sdk/components/FSComponent.ts:122


displayUnit

displayUnit: WT21DisplayUnitFsInstrument

The display unit

Defined in

workingtitle-instruments-wt21/shared/LowerSection/RightInfoPanel/FormatSwitch.tsx:16


format

format: "upper" | "lower"

The format to control

Defined in

workingtitle-instruments-wt21/shared/LowerSection/RightInfoPanel/FormatSwitch.tsx:19


orientation

orientation: "left" | "right"

The orientation of the label

Defined in

workingtitle-instruments-wt21/shared/LowerSection/RightInfoPanel/FormatSwitch.tsx:22


ref

Optional ref: NodeReference<any>

A reference to the display component.

Inherited from

ComponentProps.ref

Defined in

sdk/components/FSComponent.ts:125