Hierarchy

  • AssignArticleImageCameraOptions

Properties

onUpdateImagesProgress?: ((pFinshed: number, pTotal: number) => boolean)

Type declaration

    • (pFinshed: number, pTotal: number): boolean
    • Optional progress handler for the image update. False should be returned to abort the process.

      Parameters

      • pFinshed: number
      • pTotal: number

      Returns boolean

updateArticleImages?: boolean

Updates the article images immediately (camera setup only persists after updating the image). note: only supported if configuration was started with liveBasketUpdate enabled

wholeComposite?: boolean

If true, the camera will be assigned to all articles part of the composite.

Generated using TypeDoc