documentationfor yFiles for HTML 2.6

CreateBendInputMode

An IInputMode used for recognizing the gesture of creating IBends in an IGraph.

Inheritance Hierarchy
CreateBendInputMode
Implemented Interfaces

Remarks

This mode is used by GraphEditorInputMode but can be used stand-alone, too. Client code should register with the BendCreated event to perform additional actions after the bend has been created.

This mode is exclusive by default.

Examples

Typically the CreateBendInputMode is installed as child mode of a GraphEditorInputMode and can be retrieved from the createBendInputMode property.
Getting the CreateBendInputMode from its parent input mode
const createBendInputMode = mode.createBendInputMode

Type Details

yfiles module
view-editor
yfiles-umd modules
view-editor, view-table, view
Legacy UMD name
yfiles.input.CreateBendInputMode

Constructors

Properties

Methods

Events