How can I change a component property inside of a component?

The property is managed exclusively by the instances, so you cannot really. What you can do is:

  • Create a variable
  • You can manipulate and bind to this variable
  • Make a workflow ‘On prop change’ and then update the variable when the property changes