{
id: "swimlane",
shape: {
type: "SwimLane",
orientation: "Horizontal",
lanes: [
{
id: "stackCanvas1",
header: {
annotation: { content: "Consumer" },
width: 50,
style: { fontSize: 11 }
},
height: 100,
canMove: false
}
],
},
offsetX: 360,
offsetY: 320,
height: 100,
width: 650
} |