Set Axure variable via Javascript

nice work…

i’ll stop my effords. other stuff is working.

if so needs functions to cause an event in axure:

$axure.setGlobalVariable("test","87653"); 
$axure("[data-label=rect]").moveBy(0, 0, {}); (with data-label)
$axure('@panel').SetPanelState(2, {}, false); (with AxQuery)