EventimVenueDecorationTextDto
Represents a text label decoration on the seat map (e.g., row labels, section names).
labelstringnullable
Text content to display.
fontstringnullable
Font family name (e.g., "Arial", "Helvetica").
fontSizenumber<double>required
Font size in points.
rotationinteger<int32>required
Rotation angle in degrees.
drawColorHexstringnullable
Text color in hexadecimal format (e.g., "#000000").
opacityinteger<int32>required
Opacity level (0-255, where 255 is fully opaque).
coordXnumber<double>required
X coordinate position on the seat map.
coordYnumber<double>required
Y coordinate position on the seat map.
EventimVenueDecorationTextDto
{
"label": "string",
"font": "string",
"fontSize": 0,
"rotation": 0,
"drawColorHex": "string",
"opacity": 0,
"coordX": 0,
"coordY": 0
}