0
  this.stencil = new joint.ui.Stencil({
    paper: this.paper,
    width: 240,
    height: 500,
    label: 'Components',
    layout: {
      columnWidth: 80,
      columns: 2,
      rowHeight: 130,
    },
  });

このコードを使用して、ステンシルで 2 列のレイアウトを作成しています。パディングを追加したり、2 つの列の間のギャップを増やしたりする方法はありますか?

4

1 に答える 1