Interface IRectangleItemData
A structure defining the default parameters of rectangles.
Package: @aurigma/design-atoms-interfaces
Remarks
You can apply these parameters to the rectangle
object through either **clientConfig.json** or IConfiguration.
Examples
{
"defaultItemsConfig": {
"rectangle": {
"borderWidth": 2,
"borderColor": "rgba(155,0,0,0.55)",
"fillColor": "cmyk(0%, 0%, 0%, 100%, 100%)",
"shapePermissions": {
"allowChangeBorderWidth": false
},
"location": {
"originX": "center",
"originY": "center",
"x": "5%",
"y": "5%"
}
}
}
}