DVSyncManager.SyncHover

Syntax

SyncHover: Boolean

Description

The SyncHover property determines whether highlighting is synchronized

Comments

Use JSON or the setSyncHover method to set the property value and the getSyncHover method to get the property value.

The property is set to True, if the highlighting is synchronized and the False if the highlighting is not synchronized.

By default the property is set to True.

Example

The property use is given in the page with description of the DVSyncManager.add method.

DVSyncManager