documentationfor yFiles for HTML 2.6

IEditLabelHelper

Helper interface to customize interactive label editing.

Inheritance Hierarchy
IEditLabelHelper

Remarks

Implementations of this interface can be put into the ILookup of ILabelOwners and ILabels so that it is possible to tweak the behavior on a case by case basis.

Conceptually, in most cases, implementations of this interface behaves like an additional event handler for LabelAdding and LabelEditing. If no event handler handled those events, an IEditLabelHelper will be queried from the ILookup and the unhandled event arguments passed to the respective methods.

Type Details

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

See Also

Methods

Static Methods