> 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/api-documentation/data-objects-used-throughout-the-suite/basecanvasitem.md).

# BaseCanvasItem

#### BaseCanvasItem has the following properties that can be utilized within a Lightning flow:

<table><thead><tr><th width="136">Name</th><th width="97.99999999999997">Type</th><th>Description</th></tr></thead><tbody><tr><td>id</td><td>string</td><td>the unique id for this element</td></tr><tr><td>name</td><td>string</td><td>The name of the item defined during template creation</td></tr><tr><td>recordId</td><td>string</td><td>the related Salesforce Record (Id)</td></tr><tr><td>value</td><td>string</td><td>the associated value</td></tr><tr><td>x</td><td>double</td><td>the x-position</td></tr><tr><td>y</td><td>double</td><td>the y-position</td></tr><tr><td>width</td><td>double</td><td>the width of the item</td></tr><tr><td>height</td><td>double</td><td>the height of the item</td></tr><tr><td>templateId</td><td>string</td><td>the template that was used to create the item</td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr><tr><td></td><td></td><td></td></tr></tbody></table>
