How to check multiple If conditions in sighlty
Hi Team,
I'm trying multiple if conditions for my code. as far as i know the below conditional check
value ="${properties.val1 ? properties.val1 : inheritedPageProperties.val1}">
for this i need to add another default value , like if the value is present in component dialogue it should take from component else it should take from rootpage properties. If the value is not preset in both component and rootpage then I need to give my own default value?("some text").
how can I do this ?