E

BusPlacement

A bus placement that places the bus connecting the child nodes in the center of the child subtrees.

Members

No filters for this type

Constants

A bus placement that places the bus that connects the child nodes in the center of the child subtrees.
For a row with n > 1 children, the bus segment is placed after the (n/2)th child. If a row consists of a single child, it is placed right of the bus.
static

Sample Graphs

ShownSetting: The bus is placed in the center
A bus placement that places the bus that connects the child nodes in a leading way, left of the child subtrees.
static

Sample Graphs

ShownSetting: The bus is placed leading, left of the children
A bus placement that places the bus that connects the child nodes in a trailing way, right of the child subtrees.
static

Sample Graphs

ShownSetting: The bus is placed trailing, right of the children

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: BusPlacement
The value to convert to an enum constant.

Return Value

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

Parameters

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