lean_get_widget_source
Retrieve the full JavaScript source of a widget using its hash to inspect custom rendering logic in Lean projects.
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 |