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
| Parameter | Type | Description |
|---|---|---|
element | Element | undefined | A configuration document element. |
Returns
ChecklistConfig
Properties
checklistFileURL?
readonlyoptionalchecklistFileURL: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<Epic2ChecklistDef|undefined>
Defined in: workingtitle-instruments-epic2/shared/AvionicsConfig/ChecklistConfig.ts:35
Returns
(
timeout):Promise<Epic2ChecklistDef|undefined>
Parameters
| Parameter | Type |
|---|---|
timeout | number |
Returns
Promise<Epic2ChecklistDef | undefined>