Skip to main content

Type Alias: APVNavPathDirectorOptions

APVNavPathDirectorOptions = object

Defined in: src/sdk/autopilot/directors/APVNavPathDirector.ts:37

Options for APVNavPathDirector.

Properties

guidance?

optional guidance: Accessible<Readonly<APVNavPathDirectorGuidance>>

Defined in: src/sdk/autopilot/directors/APVNavPathDirector.ts:42

The guidance for the director to use. If not defined, then the director will source guidance data from VNAV SimVars at the index defined by vnavIndex.


vnavIndex?

optional vnavIndex: number | Subscribable<number>

Defined in: src/sdk/autopilot/directors/APVNavPathDirector.ts:48

The index of the VNAV from which the director should source guidance data from SimVars. Ignored if guidance is defined. Defaults to 0.