Namespace: PP.Ui;
DVSyncManager
The DVSyncManager class is used to synchronize visual components.
PP.initClass(PP.Ui.DVSyncManager, PP.Object, "PP.Ui.DVSyncManager");
| Constructor name | Brief description | |
| DVSyncManager | The DVSyncManager constructor creates an instance of the DVSyncManager class. |
| Property name | Brief description | |
| HoverSameTime | The HoverSameTime property determines whether only the elements, for which identical timeline values are set, are highlighted. | |
| SyncHover | The SyncHover property determines whether highlighting is synchronized. | |
| SyncSelection | The SyncSelection property determines whether selecting is synchronized. | |
| SyncTimeline | The SyncTimeline property determines whether timeline is synchronized. | |
| Visualizers | The Visualizer property determines an array of visualizers, which will be synchronized. |
| Method name | Brief description | |
| add | The add method adds a visualizer to the collection of synchronized elements. | |
| clear | The clear method clears the collection of synchronized visualizers. | |
| remove | The remove method removes the specified visualizer from the collection of synchronized elements. |
| Property name | Brief description | |
| Data | The Data property associates a random object with this component. | |
| Id | The Id property sets component identifier. | |
| Settings | The Settings property sets the component parameters. |
| Method name | Brief description | |
| clone | The clone method creates a copy of object. It is not implemented in PP.Ui.Control. | |
| dispose | The dispose method deletes the component. | |
| getTypeName | The getTypeName method returns the name of the object type without the namespace, to which it belongs. |