Describes the type of IHandle.
Remarks
Related Reading in the Developer's Guide
Type Details
- yFiles module
- view
See Also
Constants
A handle using a visualization type that differs from the more specific handle types.
Remarks
yfiles-handle-custom1-template
CSS class, with colors swapped compared to MOVE.A handle using a visualization type that differs from the more specific handle types.
Remarks
yfiles-handle-custom2-template
CSS class, with colors swapped compared to RESIZE.A handle using a visualization type that differs from the more specific handle types.
Remarks
yfiles-handle-custom3-template
CSS class, with colors like MOVE.A handle using a visualization type that differs from the more specific handle types.
Remarks
yfiles-handle-custom4-template
CSS class, with colors like RESIZE.A handle using a visualization type that differs from the more specific handle types.
Remarks
yfiles-handle-custom5-template
CSS class, with colors swapped compared to MOVE.A handle using a visualization type that differs from the more specific handle types.
Remarks
yfiles-handle-custom6-template
CSS class, with colors swapped compared to RESIZE.A handle which can be used to resize something and should be rendered with an offset to the bottom left.
Remarks
yfiles-handle-resize-template
CSS class wrapped in a <use>
-element using the yfiles-handle-bottom
and yfiles-handle-left
CSS classes.A handle which can be used to resize something and should be rendered with an offset to the bottom right.
Remarks
yfiles-handle-resize-template
CSS class wrapped in a <use>
-element using the yfiles-handle-bottom
and yfiles-handle-right
CSS classes.A handle which can be used to resize something and should be rendered with an offset to the top left.
Remarks
yfiles-handle-resize-template
CSS class wrapped in a <use>
-element using the yfiles-handle-top
and yfiles-handle-left
CSS classes.A handle which can be used to resize something and should be rendered with an offset to the top right.
Remarks
yfiles-handle-resize-template
CSS class wrapped in a <use>
-element using the yfiles-handle-top
and yfiles-handle-right
CSS classes.Static Methods
Converts the given argument to an enum constant of this enum type.
Remarks
Parameters
A map of options to pass to the method.
- value - HandleType
- The value to convert to an enum constant.
Returns
- ↪HandleType
- The enum constant that corresponds to the given argument.
Returns the name of the given enum constant.
Parameters
A map of options to pass to the method.
- value - HandleType
- The numeric value of an enum constant.
Returns
- ↪string
- The name of the enum constant.
Throws
- Exception({ name: 'Error' })
- If this type is a flags enums, and the provided value doesn't correspond to a single enum constant, or if this enum type contains no constant of the given numeric value.