Actions are small operations that Kanzi executes when the trigger event that contains that action occurs
and the trigger conditions are met. Action is the base class for actions. For example, if you want to perform
a simple operation, such as set a value of a property, you can use a trigger with the SetPropertyAction
action.
Specifies the target item to which the message is dispatched. If the target resides within the node tree, and the message type has tunneling and bubbling enabled, the message is tunneled and bubbled through the parents of the target.