Skip to main content

Type Alias: PfdInsetDefinition

PfdInsetDefinition = object

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInsetDefinition.ts:13

A definition describing a PFD inset.

Properties

factory?

optional factory: PfdInsetFactory

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInsetDefinition.ts:27

A function which renders the inset. If not defined, then the inset will be disabled.


key

key: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInsetDefinition.ts:15

The key of the inset.


order

order: number

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInsetDefinition.ts:24

A numeric value which determines the order in which the inset appears in the PFD inset selection list. A lower value causes the inset to appear before other insets.


selectLabel

selectLabel: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/GduDisplay/Gdu460/PfdInstruments/Inset/PfdInsetDefinition.ts:18

The label displayed in the inset's associated button in the PFD inset selection list.