> 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-object.md).

# Show/Hide Object

####

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

```javascript
//IDE.showObject({
            refId: objId,
            hidden: false,
        })


```
