# ミラーリングビューア

同期を維持しながら、デスクトップのメインビューアとモバイルのサブビューアの両方に単一のe-formを表示します。

## **デスクトップのメインビューア**

| **モード** | 機能                                                                      |
| ------- | ----------------------------------------------------------------------- |
| 手のひら    | 入力データはモバイルビューアに同期されます。                                                  |
| コメント    | コメント（ペンまたは蛍光ペン）はモバイルビューアーに同期されます。                                       |
| ガイド     | デスクトップビューアのコンポーネントにフォーカスすると、モバイルのページが移動してコンポーネントが表示され、コンポーネントが強調表示されます。 |

## モバイルのサブビューア

モバイルビューアーの入力データは、デスクトップビューアーと同期されます。

## 使い方

![](/files/-MGvqE9Pj91bYTIm4NGj)

* ミラーリングサーバーは、EPG（イベントプッシュゲートウェイ）とDBS（データベースサーバー）で構成されます。
* ミラーリングサーバーは、メインビューアーとサブビューアーの間で同期を行います。
* 値とフォーカスのイベントはメッセージによって交換されます。
* 各ビューアはイベントを取得し、eフォームのonExternalEventをトリガーしてイベントを同期します。
* OZサーバーとミラーリングサーバーを備えたメインビューアーは、同じサーバー上で実行することも、分離することもできます。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jp.ozeform.io/guide/mirroring-viewer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
