Function: getSynchronizersForViewport()
getSynchronizersForViewport(
viewportId
,renderingEngineId
):Synchronizer
[]
It returns all synchronizers that are not disabled and have a source viewport with the given rendering engine Id and viewport Id
Parameters
• viewportId: string
The Id of the viewport
• renderingEngineId: string
The Id of the rendering engine
Returns
An array of synchronizers
Defined in
tools/src/store/SynchronizerManager/getSynchronizersForViewport.ts:11