Type Alias: APVNavPathDirectorOptions
APVNavPathDirectorOptions =
object
Defined in: src/sdk/autopilot/directors/APVNavPathDirector.ts:37
Options for APVNavPathDirector.
Properties
guidance?
optionalguidance: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?
optionalvnavIndex: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.