Re: [topbraid-users] Using dash:BatchAction in EDG

2024-03-19 Thread Holger Knublauch
The jsCondition needs to return a boolean but the forEach doesn't return anything. Maybe you mean focusNodes.every(node => node.instanceOf(ex.Concept)) Holger > On 19 Mar 2024, at 4:41 pm, Marie Valadez wrote: > > Thank you for the feedback. I found them in the Asset List panel. So

Re: [topbraid-users] Using dash:BatchAction in EDG

2024-03-19 Thread Marie Valadez
Thank you for the feedback. I found them in the Asset List panel. So if it is not associated with a specific class, how would you go about making sure you can't batch add the action to other classes by accident. So for instance, I only want it to add to Concept. I tried this, but it isn't

Re: [topbraid-users] Using dash:BatchAction in EDG

2024-03-19 Thread Holger Knublauch
Hi Marie, BatchActions are not linked to specific classes. Instead they are invoked on a list of nodes as values of the variable focusNodes, and are called from the batch actions drop down buttons that are found in various places. For example, you can run them from the Asset List panel, the