Skip to main content

EventimVenueDecorationShapeDto

Represents a geometric shape decoration on the seat map (e.g., stage, barrier, rectangle).

coordXnumber<double>required

X coordinate position on the seat map.

coordYnumber<double>required

Y coordinate position on the seat map.

widthnumber<double>required

Shape width.

heightnumber<double>required

Shape height.

rotationinteger<int32>required

Rotation angle in degrees.

fillColorFrameHexstringnullable

Border/frame color in hexadecimal format (e.g., "#333333").

fillColorFillingHexstringnullable

Fill/background color in hexadecimal format (e.g., "#666666").

opacityinteger<int32>required

Opacity level (0-255, where 255 is fully opaque).

drawWidthinteger<int32>required

Border/stroke width in pixels.

radiusEdgesinteger<int32>required

Corner radius for rounded edges (0 for sharp corners).

shapeTypestringnullable

Type of shape (e.g., "RECTANGLE", "ELLIPSE", "LINE").

EventimVenueDecorationShapeDto
{
"coordX": 0,
"coordY": 0,
"width": 0,
"height": 0,
"rotation": 0,
"fillColorFrameHex": "string",
"fillColorFillingHex": "string",
"opacity": 0,
"drawWidth": 0,
"radiusEdges": 0,
"shapeType": "string"
}