Ir al contenido

Ports

const Ports: object

Defined in: parts/Port.ts:87

Factory helpers for common ports.

readonly bottom(name?): Port

A port on the bottom edge.

string = 'bottom'

Port

readonly center(name?): Port

A port at the center.

string = 'center'

Port

readonly left(name?): Port

A port on the left edge.

string = 'left'

Port

readonly right(name?): Port

A port on the right edge.

string = 'right'

Port

readonly top(name?): Port

A port on the top edge.

string = 'top'

Port