Skip to main content

Class: ChecklistConfig

Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/ChecklistConfig.ts:7

A configuration object which defines checklist options.

Constructors

Constructor

new ChecklistConfig(element): ChecklistConfig

Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/ChecklistConfig.ts:15

Creates a new ChecklistConfig from a configuration document element.

Parameters

ParameterTypeDescription
elementundefined | ElementA configuration document element.

Returns

ChecklistConfig

Properties

checklistFileURL?

readonly optional checklistFileURL: string

Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/ChecklistConfig.ts:9

The URL of the file from which to parse the checklist definition.

Methods

resolve()

resolve(): (timeout) => Promise<undefined | Epic2ChecklistDef>

Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/ChecklistConfig.ts:35

Returns

(timeout): Promise<undefined | Epic2ChecklistDef>

Parameters
ParameterType
timeoutnumber
Returns

Promise<undefined | Epic2ChecklistDef>

Inherit Doc