Skip to content

Commit 0c971f7

Browse files
committed
Docgen: reset(value: Properties['value'])
1 parent bc3a702 commit 0c971f7

File tree

18 files changed

+56
-15
lines changed

18 files changed

+56
-15
lines changed

api-reference/10 UI Components/dxAutocomplete/1 Configuration/value.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxAutocomplete.Options.value
3-
type: String
3+
type: String | null
44
default: null
55
---
66
---

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
8+
##### param(value): String | null | undefined
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): Boolean | null | undefined
8+
##### param(value): any
99
Specifies the new value.
1010

1111
---
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
---
22
id: dxColorBox.Options.value
3-
type: String
3+
type: String | null
44
---

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): String | null
8+
##### param(value): any
99
Specifies the new value.
1010

1111
---
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
id: dxDropDownEditor.reset(value)
3+
---
4+
---
5+
##### shortDescription
6+
<!-- Description goes here -->
7+
8+
##### param(value): any
9+
<!-- Description goes here -->
10+
11+
---
12+
<!-- Description goes here -->

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): Array<File>
8+
##### param(value): any
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): Number
8+
##### param(value): any
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): Number | false
8+
##### param(value): any
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): Array<Number>
8+
##### param(value): any
99
Specifies the new value.
1010

1111
---

0 commit comments

Comments
 (0)