documentationfor yFiles for HTML 3.0.0.3

IFoldingEdgeConverterContext

The interface of the context that is passed to implementations of the IFoldingEdgeConverter's addFoldingEdge method.

Inheritance Hierarchy
IFoldingEdgeConverterContext

Remarks

Implementors of the IFoldingEdgeConverter need to use this interface to tell the calling IFoldingView implementation how to add the folding edge to the given view. They need to call at most one of the following methods:

  • addAsSeparateEdge – Call this to add a separate folding edge for the given master edge to the view. Pass the return value of that method to the caller.
  • addToExistingFoldingEdge – Call this to reuse a folding edge that is already part of the view as a representative for the master edge. Pass the return value of that method to the caller.

If none of the methods is called, no folding edge is created for the master edge.

Type Details

yFiles module
view

See Also

Methods

Static Methods