Skip to main content

Interface: GtcPfdSettingsPageMasterListProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/PfdSettingsPage/GtcPfdSettingsPageMasterList.tsx:26

Component props for GtcPfdSettingsPageMasterList.

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/Pages/PfdSettingsPage/GtcPfdSettingsPageMasterList.tsx:28

The GTC service.


horizonDirectorCueOption

horizonDirectorCueOption: HorizonDirectorCueOption

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/PfdSettingsPage/GtcPfdSettingsPageMasterList.tsx:31

PFD horizon display flight director cue style support.


listItemHeight

listItemHeight: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/PfdSettingsPage/GtcPfdSettingsPageMasterList.tsx:34

The height of each list item, in pixels.


listItemSpacing

listItemSpacing: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/PfdSettingsPage/GtcPfdSettingsPageMasterList.tsx:37

The spacing between each list item, in pixels.


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/Pages/PfdSettingsPage/GtcPfdSettingsPageMasterList.tsx:40

The SidebarState to use.