Skip to main content

Interface: ButtonBarProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/ButtonBar/ButtonBar.tsx:23

Component props for ButtonBar.

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/ButtonBar/ButtonBar.tsx:25

The GtcService.


ref?

optional ref: NodeReference<any>

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

A reference to the display component.

Inherited from

ComponentProps.ref


supportCasAcknowledge

supportCasAcknowledge: boolean

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Components/ButtonBar/ButtonBar.tsx:32

Whether the button bar should include support for the CAS master caution and warning acknowledge buttons. If true, then a master caution (CAUT) and/or master warning (WARN) acknowledge button will be displayed in place of the MSG button whenever there are unacknowledged CAS caution and warning alerts, respectively.