Skip to main content

Interface: GtcPfdSettingsPageSvtListProps

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/PfdSettingsPage/GtcPfdSettingsPageSvtList.tsx:16

Component props for GtcPfdSettingsPageSvtList.

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/GtcPfdSettingsPageSvtList.tsx:18

The GTC service.


listItemHeight

listItemHeight: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/PfdSettingsPage/GtcPfdSettingsPageSvtList.tsx:21

The height of each list item, in pixels.


listItemSpacing

listItemSpacing: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Pages/PfdSettingsPage/GtcPfdSettingsPageSvtList.tsx:24

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/GtcPfdSettingsPageSvtList.tsx:27

The SidebarState to use.