ElementPortShape
type ElementPortShape = LiteralUnion<"ellipse" | "rect">;
Shape of a port's body.
'ellipse'renders an ellipse.'rect'renders a rectangle.- Any other string is used directly as the SVG path
dattribute.
type ElementPortShape = LiteralUnion<"ellipse" | "rect">;
Shape of a port's body.
'ellipse' renders an ellipse.'rect' renders a rectangle.d attribute.