static function handleTestEvent1() { window.received1.push({ args: arguments, component: arguments[arguments.length - 1] }); } static function handleTestEvent2() { window.received2.push({ args: arguments, component: arguments[arguments.length - 1] }); }
  • ${color}