Skip to main content

Type Alias: SimVarDefinition

SimVarDefinition = object

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

The definition of a simvar and associated value type.

Properties

name

name: string

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

The name of the simvar.


type

type: SimVarValueType

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

The value to be used to retrieve this simvar.