> For the complete documentation index, see [llms.txt](https://docs.avataar.ai/knowledge-center/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.avataar.ai/knowledge-center/ide-low-code/ide-functions/show-hide-image.md).

# Show/Hide Image

| refId  | ref id for object | required | string  |
| ------ | ----------------- | -------- | ------- |
| hidden | true \| false     | required | boolean |

```javascript
// IDE.showImage({
            refId: imageId,
            hidden: false,
        })

```
