[Solved] Javascript - access Extension Parameters

hey guys,
so is it possible to access the extension parameters within a behavior? one of my parameters is an array(group) of objects that i want to iterate through.

i have tried already couple things like eventsFunctionContext.getArgument(“items”) for example but it returns nothing, i just used a typeof method on the return and it says it is a string so i assume it is not possible with objecs only text/numbers?

nothing

anyway thank you in advance

ok nvm eventsFunctionContext.getObjects works… you have to be explicit

Solved