Concept Flow - Action parameters
Start: Element with action
Action function called
Receive parameters: node, parameters
Use parameters inside action
Return object with update and destroy
If parameters change -> call update
On element removal -> call destroy
End
The action receives the element and parameters, uses them, and returns update and destroy functions to handle changes and cleanup.