> For the complete documentation index, see [llms.txt](https://docs.renderdraw.us/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.renderdraw.us/usage-scenarios/use-cases/2d/2d-admin-guide-clicks-not-code/linking-your-clicks-to-actions-flows.md).

# Linking your clicks to Actions / Flows

By default, we don't call any flows, but we allow you to map your Screen flows to a set of interaction events within our 2D Canvas Component. Remember to include input parameters in your **active** flows. Select the appropriate flow under the **Environment Options - Default Related Objects & Actions** tab.

<figure><img src="/files/NURTCcAeF0dFFJRR218N" alt=""><figcaption></figcaption></figure>

### Canvas Changed Event

This event is called any time the canvas is changed. This includes if the canvas has items loading on start. We pass a CanvasScene object named **canvas** and can accept menubarText errorText successText as output depending on what happens in your flow. This can either be displayed or hidden based on the checkbox "visual display in popup"

### List Item Clicked Event

When displaying the list of Draggable items or Droppable areas, this flow will be displayed when a list item is clicked. This is typically great for displaying information for items before their being added to the canvas. We pass **recordId,** which is required on your flow.

### Droppable Area Clicked Event

When a Droppable Area is clicked, the flow displays in a popup. We pass **recordId,** which is required on your flow.

### Draggable Item Clicked Event

When a Draggable Item is clicked, the flow displays in a popup. We pass **recordId,** which is required on your flow.

### Selectable Shape Clicked Event

When a Selectable Shape is clicked, the flow displays in a popup. We pass **recordId,** which is required on your flow.

### Clickable Image Clicked Event

When a Clickable Image is clicked, the flow displays in a popup. We pass **recordId,** which is required on your flow.
