StackScrollMouseWheelTool
Hierarchy
- BaseTool
- StackScrollMouseWheelTool
Index
Constructors
constructor
Parameters
toolProps: {} = {}
defaultToolProps: { configuration: { debounceIfNotLoaded: boolean; invert: boolean }; supportedInteractionTypes: string[] } = ...
Returns StackScrollMouseWheelTool
Properties
_configuration
publicconfiguration
publicmode
Tool Mode - Active/Passive/Enabled/Disabled/
publicsupportedInteractionTypes
Supported Interaction Types - currently only Mouse
publictoolGroupId
ToolGroup ID the tool instance belongs to
statictoolName
Methods
publicapplyActiveStrategy
It applies the active strategy to the enabled element.
Parameters
enabledElement: IEnabledElement
The element that is being operated on.
operationData: unknown
The data that needs to be passed to the strategy.
Returns any
The result of the strategy.
publicgetToolName
Returns the name of the tool
Returns string
The name of the tool.
mouseWheelCallback
Parameters
evt: MouseWheelEventType
Returns void
publicsetActiveStrategy
Sets the active strategy for a tool. Strategies are multiple implementations of tool behavior that can be switched by tool configuration.
Parameters
strategyName: string
name of the strategy to be set as active
Returns void
publicsetConfiguration
merges the new configuration with the tool configuration
Parameters
newConfiguration: Record<string, any>
Returns void
The StackScrollMouseWheelTool is a tool that allows the user to scroll through a stack of images using the mouse wheel