Condition on splitbutton

Hi,
I have a splitbutton with three options , values 1 , 2, 3

If I use the click event and want to identify witch option is clicked , but the condition I can not get it to work ,
${event.id==2} , doesn't work
${event.id} == 2 , doesn't work

${this.event.id== 2}, not ..

What am I missing and how to deal with " && " or " and " .. not used to the syntax

please advice

It is :slight_smile:
${event.value==2} and ${event.text}
so obvious