Skip to main content

Type Alias: SimVarDefinition

SimVarDefinition = object

Defined in: src/sdk/data/SimVars.ts:70

The definition of a SimVar and associated value type.

Properties

name

name: string

Defined in: src/sdk/data/SimVars.ts:72

The name of the SimVar.


type

type: SimVarValueType

Defined in: src/sdk/data/SimVars.ts:75

The value type used to retrieve the SimVar.