Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thera2002 committed Nov 8, 2024
1 parent acc8c88 commit 6daef89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/ControllerFocusContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ import { addSignals } from './Signals.js'
* Controller for handling Focus+Context visualization interactions.
* Manages lens-based focus region and context region interactions including
* panning, zooming, and lens radius adjustments.
* @fires ControllerFocusContext#panStart - Emitted when a pan operation begins, with timestamp
* @fires ControllerFocusContext#panEnd - Emitted when a pan operation ends, with timestamp
* @fires ControllerFocusContext#pinchStart - Emitted when a pinch operation begins, with timestamp
* @fires ControllerFocusContext#pinchEnd - Emitted when a pinch operation ends, with timestamp
* @extends ControllerLens
*/
class ControllerFocusContext extends ControllerLens {
Expand Down

0 comments on commit 6daef89

Please sign in to comment.