# UIPanelElementUpdate

***

> **UIPanelElementUpdate**: [`UIButtonElementUpdate`](/js-sdk-api-reference/ui/uibuttonelementupdate.md) | [`UITextElementUpdate`](/js-sdk-api-reference/ui/uitextelementupdate.md) | [`UITextInputElementUpdate`](/js-sdk-api-reference/ui/uitextinputelementupdate.md) | [`UISelectElementUpdate`](/js-sdk-api-reference/ui/uiselectelementupdate.md) | [`UIDividerElementUpdate`](/js-sdk-api-reference/ui/uidividerelementupdate.md) | [`UIButtonRowElementUpdate`](/js-sdk-api-reference/ui/uibuttonrowelementupdate.md) | [`UICheckboxGroupElementUpdate`](/js-sdk-api-reference/ui/uicheckboxgroupelementupdate.md) | [`UIRadioGroupElementUpdate`](/js-sdk-api-reference/ui/uiradiogroupelementupdate.md) | [`UIToggleGroupElementUpdate`](/js-sdk-api-reference/ui/uitogglegroupelementupdate.md) | [`UIGridContainerElementUpdate`](/js-sdk-api-reference/ui/uigridcontainerelementupdate.md) | [`UIFlexibleSpaceElementUpdate`](/js-sdk-api-reference/ui/uiflexiblespaceelementupdate.md) | [`UIIframeElementUpdate`](/js-sdk-api-reference/ui/uiiframeelementupdate.md)

This is a union of all the possible elements that can be updated inside panel's body or footer (excluding Divider and FlexibleSpace elements because they cannot be updated).

## Remarks

`id` and `type` are required to identify the element to update.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developers.felt.com/js-sdk-api-reference/ui/uipanelelementupdate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
