@iccandle/widget-web-trading 0.0.2 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -46,6 +46,7 @@ function TradingPage() {
46
46
  | `chartWidget` | `object \| null` | no | Host-owned TradingView widget instance (embed mode) |
47
47
  | `scanResultUrl` | `string \| null` | no | Opens the side panel Scan Result tab with this URL |
48
48
  | `onScanResultUrlChange` | `(url: string \| null) => void` | no | Called when scan result URL changes |
49
+ | `onScanResultLoad` | `() => void` | no | Called when the scan result iframe finishes loading |
49
50
  | `children` | `ReactNode` | no | Custom chart slot content (see embed mode below) |
50
51
 
51
52
  ### Embed mode (host-owned chart)