Skip to main content

Interface: FormatInfoProps

Defined in: workingtitle-instruments-wt21/shared/LowerSection/RightInfoPanel/FormatSwitch.tsx:11

Props for FormatSwitch

Extends

  • ComponentProps

Properties

bus

bus: EventBus

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

The event bus


children?

optional children: DisplayChildren[]

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

The children of the display component.

Inherited from

ComponentProps.children


displayUnit

displayUnit: WT21DisplayUnitFsInstrument

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

The display unit


format

format: "upper" | "lower"

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

The format to control


orientation

orientation: "left" | "right"

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

The orientation of the label


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref