> For the complete documentation index, see [llms.txt](https://docs.navigaglobal.com/mobile/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.navigaglobal.com/mobile/statistics-events/imageviewer-event.md).

# ImageViewer Event

An event dispatched when an image is loaded.

{% tabs %}
{% tab title="Properties" %}

* **eventName** - `imageViewer`
* **viewName** - empty if omitted (?)
* **moduleID** - Notification context (?)
* **moduleName** - Module name. or empty if omitted
* **moduleTitle** - Module title from app config, or empty if omitted
* **contentID** - Notification uuid
* **contentType** - Notification contentType
* **articleHeadline** - The article's headline
* **articleUUID -** The article's UUID
* **imageUUID** - The image's UUID
  {% endtab %}

{% tab title="Example" %}
**Example** - an event dispatched when an image is opened&#x20;

* **eventName** - `imageViewer`
* **viewName** - &#x20;
* **moduleID** - `editions`
* **moduleName** - `SectionContentList`
* **moduleTitle** - `Editions`
* **contentID** - `73328ee7-1bc4-4abd-b630-12b10579f796`
* **contentType** - {notification.data.contentType}
* **articleHeadline** -&#x20;
* **articleUUID -**&#x20;
* **imageUUID** -&#x20;
  {% endtab %}
  {% endtabs %}
