get_focused_widget
Identify which Tkinter widget currently has focus. Returns the widget's ID as JSON, or null if no widget is focused.
Instructions
Get the currently focused widget.
Returns: JSON with the focused widget's ID or null if no widget has focus
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |