{"version":3,"sources":["https://lively-kernel.org/lively4/BP2019RH1/src/internal/individuals-as-points/common/actions/group-action.js"],"names":["GroupAction","constructor","attribute","isGlobal","axis"],"mappings":";;;;;;;;AAAe,YAAMA,WAAN,CAAkB;;AAE/BC,oBAAYC,SAAZ,EAAuBC,QAAvB,EAAiCC,OAAK,GAAtC,EAA2C;AACzC,eAAKD,QAAL,GAAgBA,QAAhB;AACA,eAAKD,SAAL,GAAiBA,SAAjB;AACA,eAAKE,IAAL,GAAYA,IAAZ;AACD;;AAN8B;;yBAAZJ,W","file":"group-action.js","sourcesContent":["export default class GroupAction {\n  \n  constructor(attribute, isGlobal, axis=\"x\") {\n    this.isGlobal = isGlobal;\n    this.attribute = attribute;\n    this.axis = axis\n  }\n  \n}"]}