@sankhyalabs/core-docs 0.0.0-feat-dev-KB-32496-2.0 → 0.0.0-feat-dev-KB-32496-2.1
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.
@@ -10,7 +10,7 @@
|
|
10
10
|
|
11
11
|
### new OverFlowElementWatcher()
|
12
12
|
|
13
|
-
> **new OverFlowElementWatcher**(`element`, `callback`, `
|
13
|
+
> **new OverFlowElementWatcher**(`element`, `callback`, `overFlowDirection`, `deltaSize`): [`OverFlowElementWatcher`](OverFlowElementWatcher.md)
|
14
14
|
|
15
15
|
#### Parameters
|
16
16
|
|
@@ -18,7 +18,7 @@
|
|
18
18
|
|
19
19
|
• **callback**: [`OnOverFlowCallBack`](../type-aliases/OnOverFlowCallBack.md)
|
20
20
|
|
21
|
-
• **
|
21
|
+
• **overFlowDirection**: [`OverFlowDirection`](../enumerations/OverFlowDirection.md)= `OverFlowDirection.HORIZONTAL`
|
22
22
|
|
23
23
|
• **deltaSize**: `number`= `10`
|
24
24
|
|
@@ -116,7 +116,7 @@ src/utils/OverFlowElementWatcher.ts:7
|
|
116
116
|
|
117
117
|
#### Source
|
118
118
|
|
119
|
-
src/utils/OverFlowElementWatcher.ts:
|
119
|
+
src/utils/OverFlowElementWatcher.ts:112
|
120
120
|
|
121
121
|
***
|
122
122
|
|
@@ -134,7 +134,7 @@ src/utils/OverFlowElementWatcher.ts:121
|
|
134
134
|
|
135
135
|
#### Source
|
136
136
|
|
137
|
-
src/utils/OverFlowElementWatcher.ts:
|
137
|
+
src/utils/OverFlowElementWatcher.ts:127
|
138
138
|
|
139
139
|
***
|
140
140
|
|
@@ -238,7 +238,7 @@ src/utils/OverFlowElementWatcher.ts:59
|
|
238
238
|
|
239
239
|
#### Source
|
240
240
|
|
241
|
-
src/utils/OverFlowElementWatcher.ts:
|
241
|
+
src/utils/OverFlowElementWatcher.ts:89
|
242
242
|
|
243
243
|
***
|
244
244
|
|
@@ -256,4 +256,4 @@ src/utils/OverFlowElementWatcher.ts:94
|
|
256
256
|
|
257
257
|
#### Source
|
258
258
|
|
259
|
-
src/utils/OverFlowElementWatcher.ts:
|
259
|
+
src/utils/OverFlowElementWatcher.ts:77
|
@@ -14,7 +14,7 @@
|
|
14
14
|
|
15
15
|
#### Source
|
16
16
|
|
17
|
-
src/utils/OverFlowElementWatcher.ts:
|
17
|
+
src/utils/OverFlowElementWatcher.ts:143
|
18
18
|
|
19
19
|
***
|
20
20
|
|
@@ -24,4 +24,4 @@ src/utils/OverFlowElementWatcher.ts:152
|
|
24
24
|
|
25
25
|
#### Source
|
26
26
|
|
27
|
-
src/utils/OverFlowElementWatcher.ts:
|
27
|
+
src/utils/OverFlowElementWatcher.ts:142
|
package/package.json
CHANGED