@iccandle/reactjs-widget 0.2.33 → 0.2.35
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/dist/widget-iccandle.cjs +17 -17
- package/dist/widget-iccandle.d.ts +5 -1
- package/dist/widget-iccandle.js +4338 -4217
- package/package.json +1 -1
|
@@ -14357,7 +14357,11 @@ type WidgetIccandleProps = {
|
|
|
14357
14357
|
isShowTrackerButton?: boolean;
|
|
14358
14358
|
/** Show the scanner popup at all. Defaults to `true`. */
|
|
14359
14359
|
isShowScannerPopup?: boolean;
|
|
14360
|
-
/**
|
|
14360
|
+
/**
|
|
14361
|
+
* Chart resolutions where the scanner popup is shown.
|
|
14362
|
+
* If set, the popup is hidden when the chart interval is outside this list.
|
|
14363
|
+
* Also used to gate pattern date-range drawing.
|
|
14364
|
+
*/
|
|
14361
14365
|
availableIntervals?: string[];
|
|
14362
14366
|
/** Called when the user clicks Scan in the scanner popup. */
|
|
14363
14367
|
onScanClick?: () => void;
|