#Conditional Rendering (solved)
1 messages · Page 1 of 1 (latest)
yes, heres an example from one of my projs
"bindings": [
{
"binding_name": "#dialogtext"
},
{
"binding_type": "view",
"source_property_name": "(1 * (not ((#dialogtext - 'load_screen.state_1') = #dialogtext)))",
"target_property_name": "#collection_length"
}
]
It works thx!