Hierarchy

  • PecImportOptions

Properties

dataLanguage?: string[]

List of languages (in order of priority) used for the article texts. If the current EAIWS session is valid this option will be ignored and the language settings of the session will be used. Not supported from importFromCatalog(). (default: ["en"])

onProgress?: ProgressCallback

Callback for progress handling.

shouldUpdateCallback?: ((pItemProps: ItemProperties) => boolean)

Type declaration

    • (pItemProps: ItemProperties): boolean
    • Callback for article update handling. If the PEC does not contain GFJ data, the GFJ will be requested from EAIWS. If an article requires an update or migration this callback will be called.

      Parameters

      Returns boolean

view?: View

If the pec contains a camera definition and the view is given, the camera will be loaded for this view. Not supported from importFromCatalog() at the moment.

Generated using TypeDoc