# FileObjectImage
Component FileObjectImage
extends component ObjectImage (opens new window) with specific properties for module file
. So not only images can be displayed, but also multi-page documents, audio and video files.
For the different image types, different display elements are built:
- regular images can be zoomed
- multi-page documents can be scrolled and zoomed
- audio and video derivatives are played with the browser's native player (the display mode can therefore vary)
# Properties
HTMLElement
BaseComponent
Element tag:
cm4ap-cemodule-file-file_object_image
# Parameter
# Parameters in the Layout
Name | Type | Description |
---|---|---|
condOperationActor | CondOperationActor (opens new window) | The ConditionalOperationActor ensures the component FileObjectImage passes data when the full screen view is activated. This ensures that, e.g., audio and video derivatives continue to play without interruption. |