Interface IEllipseItemData
A structure defining the default parameters of ellipses.
Package: @aurigma/design-atoms-interfaces
Remarks
You can apply these parameters to the ellipse
object through either **clientConfig.json** or IConfiguration.
Examples
{
"defaultItemsConfig": {
"ellipse": {
"borderWidth": 2,
"borderColor": "rgba(155,0,0,0.55)",
"textWrappingMode": "tight",
"shapePermissions": {
"allowChangeBorderWidth": false
},
"location": {
"x": "50%", "y": "0%",
"originX": "right",
"originY": "top"
}
}
}
}