lean_get_widget_source
Retrieve JavaScript source code of a Lean widget using its hash to inspect custom rendering logic.
Instructions
Get JavaScript source of a widget by hash. Useful for understanding custom widget rendering logic. Returns full JS module - may be large.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_path | Yes | Absolute path to Lean file | |
| javascript_hash | Yes | javascriptHash from a widget instance |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Widget source data including JavaScript module |