Skip to content

Commit dfcaec0

Browse files
committed
regenerate
1 parent 3ed5377 commit dfcaec0

File tree

11 files changed

+11
-11
lines changed

11 files changed

+11
-11
lines changed

api-reference/10 UI Components/dxAutocomplete/3 Methods/reset(value).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: dxAutocomplete.reset(value)
55
##### shortDescription
66
Resets the [value](/api-reference/10%20UI%20Components/dxAutocomplete/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.
77

8-
##### param(value): String | null | undefined
8+
##### param(value): String | null
99
Specifies the new value.
1010

1111
---

api-reference/10 UI Components/dxCheckBox/3 Methods/reset(value).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: dxCheckBox.reset(value)
55
##### shortDescription
66
Resets the [value](/api-reference/10%20UI%20Components/dxCheckBox/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.
77

8-
##### param(value): any
8+
##### param(value): Boolean | null
99
Specifies the new value.
1010

1111
---

api-reference/10 UI Components/dxColorBox/3 Methods/reset(value).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: dxColorBox.reset(value)
55
##### shortDescription
66
Resets the [value](/api-reference/10%20UI%20Components/dxColorBox/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.
77

8-
##### param(value): any
8+
##### param(value): String | null
99
Specifies the new value.
1010

1111
---

api-reference/10 UI Components/dxFileUploader/3 Methods/reset(value).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: dxFileUploader.reset(value)
55
##### shortDescription
66
Resets the [value](/api-reference/10%20UI%20Components/dxFileUploader/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.
77

8-
##### param(value): any
8+
##### param(value): Array<File>
99
Specifies the new value.
1010

1111
---

api-reference/10 UI Components/dxNumberBox/3 Methods/reset(value).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: dxNumberBox.reset(value)
55
##### shortDescription
66
Resets the [value](/api-reference/10%20UI%20Components/dxNumberBox/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.
77

8-
##### param(value): any
8+
##### param(value): Number
99
Specifies the new value.
1010

1111
---

api-reference/10 UI Components/dxProgressBar/3 Methods/reset(value).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: dxProgressBar.reset(value)
55
##### shortDescription
66
Resets the [value](/api-reference/10%20UI%20Components/dxProgressBar/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.
77

8-
##### param(value): any
8+
##### param(value): Number | false
99
Specifies the new value.
1010

1111
---

api-reference/10 UI Components/dxRangeSlider/3 Methods/reset(value).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: dxRangeSlider.reset(value)
55
##### shortDescription
66
Resets the [value](/api-reference/10%20UI%20Components/dxRangeSlider/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.
77

8-
##### param(value): any
8+
##### param(value): Array<Number>
99
Specifies the new value.
1010

1111
---

api-reference/10 UI Components/dxSlider/3 Methods/reset(value).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: dxSlider.reset(value)
55
##### shortDescription
66
Resets the [value](/api-reference/10%20UI%20Components/dxSlider/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.
77

8-
##### param(value): any
8+
##### param(value): Number
99
Specifies the new value.
1010

1111
---

api-reference/10 UI Components/dxSwitch/3 Methods/reset(value).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: dxSwitch.reset(value)
55
##### shortDescription
66
Resets the [value](/api-reference/10%20UI%20Components/dxSwitch/1%20Configuration/value.md '{basewidgetpath}/Configuration/#value') property to the value passed as an argument.
77

8-
##### param(value): any
8+
##### param(value): Boolean
99
Specifies the new value.
1010

1111
---

api-reference/10 UI Components/dxTagBox/3 Methods/reset(value).md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ id: dxTagBox.reset(value)
55
##### shortDescription
66
<!-- Description goes here -->
77

8-
##### param(value): any
8+
##### param(value): Array<String, Number, any>
99
<!-- Description goes here -->
1010

1111
---

0 commit comments

Comments
 (0)