Describes the type of movement of a point during an edit in the context of GraphSnapContext.
Members
No filters for this type
Constants
A typical example is a port whose position is adjusted during a resize of its owning node.
Elements which do not move linearly with the mouse cannot snap to a defined position.
static
A typical example is a port whose position is adjusted during a resize of its owning node.
Elements which do not move linearly with the mouse cannot snap to a defined position.
static
A typical example is a port whose position is adjusted during a resize of its owning node.
Elements which do not move linearly with the mouse cannot snap to a defined position.
static
The bitwise combination of LINEAR_MOVE_X and ARBITRARY_MOVE_X
The bitwise combination of LINEAR_MOVE_X and ARBITRARY_MOVE_X
The bitwise combination of LINEAR_MOVE_Y and ARBITRARY_MOVE_Y
The bitwise combination of LINEAR_MOVE_Y and ARBITRARY_MOVE_Y
Static Methods
Returns the name of the given enum constant.
Returns the name of the given enum constant.
static
Parameters
- value: MoveTypes
- The numeric value of an enum constant.
Return Value
- 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.