documentationfor yFiles for HTML 2.6

MarqueeSelectionInputMode

An IInputMode implementation that can handle marquee selections performed by the user with a mouse.

Inheritance Hierarchy
MarqueeSelectionInputMode
Implemented Interfaces

Remarks

This implementation will request the mutex as soon as it recognizes a mouse drag.

Per default the visualization of the marquee rectangle uses the secondaryColor of the set theme.

This mode is exclusive by default.

Examples

Typically the MarqueeSelectionInputMode is installed as child mode of a GraphEditorInputMode or GraphViewerInputMode and can be retrieved from the marqueeSelectionInputMode property.
Getting the MarqueeSelectionInputMode from its parent input mode
const marqueeSelectionInputMode = mode.marqueeSelectionInputMode

Type Details

yfiles module
view-component
yfiles-umd modules
All view modules
Legacy UMD name
yfiles.input.MarqueeSelectionInputMode

See Also

Constructors

Properties

Methods

Events

Constants