Skip to main content

Type Alias: FacilityLoaderOptions

FacilityLoaderOptions = object

Defined in: src/sdk/navigation/FacilityLoader.ts:182

Configuration options for FacilityLoader.

Properties

sharedFacilityCacheId?

optional sharedFacilityCacheId: string

Defined in: src/sdk/navigation/FacilityLoader.ts:189

The ID of the shared facility cache to use. If defined, then cached facilities retrieved from the sim will be shared among all FacilityLoader instances using the same shared facility cache ID, even those on other instruments. If not defined, then cached facilities retrieved from the sim will be shared only among the FacilityLoader instances on the same instrument that also do not have a defined shared facility cache ID.