E

ParentConnectorDirection

Specifies the possible directions in which a connector to a parent node can be placed.

Remarks

This enumeration is used to determine the direction of the connector when placing a subtree in a tree layout. The direction dictates how the connector segment extends from the node to its parent.

Members

No filters for this type

Constants

Direction specifier which indicates that any direction can be used for the connector to the parent node.
static

See Also

API
placeSubtree
Direction specifier which indicates that the connector to the parent node should end in a segment that can be extended by a segment that goes down.
static

See Also

API
placeSubtree
Direction specifier which indicates that the connector to the parent node should end in a segment that can be extended by a segment that goes left.
static

See Also

API
placeSubtree
Direction specifier which indicates that no connector should be calculated.
static

See Also

API
placeSubtree
Direction specifier which indicates that the connector to the parent node should end in a segment that can be extended by a segment that goes right.
static

See Also

API
placeSubtree
Direction specifier which indicates that the connector to the parent node should end in a segment that can be extended by a segment that goes up.
static

See Also

API
placeSubtree

Static Methods

Converts the given argument to an enum constant of this enum type.
Most notably, this method can convert an enum constant's name into the enum constant itself.
static

Parameters

value: ParentConnectorDirection
The value to convert to an enum constant.

Return Value

ParentConnectorDirection
The enum constant that corresponds to the given argument.
Returns the name of the given enum constant.
static

Parameters

value: ParentConnectorDirection
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.