Get a widget's properties
appsmith_get_widgetRetrieve a single widget's current properties from an Appsmith page without loading the full layout, making it easy to inspect values before making edits.
Instructions
Returns one widget's properties from a page, without dumping the whole layout. Use this to see current values before editing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Page id. | |
| widgetName | Yes | Widget name as shown in the editor, e.g. spoa. |