Skip to content

Commit d133ef7

Browse files
committed
Example of docgen result after applying fix
1 parent b0972fa commit d133ef7

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

api-reference/10 UI Components/DateBoxBase/1 Configuration/max.md

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

api-reference/10 UI Components/DateBoxBase/1 Configuration/min.md

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

api-reference/10 UI Components/dxCalendar/1 Configuration/max.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxCalendar.Options.max
3-
type: Date | Number | String
3+
type: Date | Number | String | null
44
default: new Date(3000, 0)
55
---
66
---

api-reference/10 UI Components/dxCalendar/1 Configuration/min.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxCalendar.Options.min
3-
type: Date | Number | String
3+
type: Date | Number | String | null
44
default: new Date(1000, 0)
55
---
66
---

api-reference/10 UI Components/dxCalendar/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: dxCalendar.Options.value
3-
type: Date | Number | String | Array<Date, Number, String>
3+
type: Date | Number | String | null | Array<Date, Number, String, null>
44
default: null
55
---
66
---

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

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

8-
##### param(value): Date | Number | String | Array<Date, Number, String> | null
8+
##### param(value): Date | Number | String | Array<Date, Number, String, null> | null
99
Specifies the new value.
1010

1111
---

api-reference/10 UI Components/dxDateBox/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: dxDateBox.Options.value
3-
type: Date | Number | String
3+
type: Date | Number | String | null
44
default: null
55
---
66
---

api-reference/10 UI Components/dxDateRangeBox/1 Configuration/endDate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxDateRangeBox.Options.endDate
3-
type: Date | Number | String
3+
type: Date | Number | String | null
44
default: null
55
firedEvents: optionChanged
66
---

api-reference/10 UI Components/dxDateRangeBox/1 Configuration/startDate.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
id: dxDateRangeBox.Options.startDate
3-
type: Date | Number | String
3+
type: Date | Number | String | null
44
default: null
55
firedEvents: optionChanged
66
---

api-reference/10 UI Components/dxDateRangeBox/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: dxDateRangeBox.Options.value
3-
type: Array<Date, Number, String>
3+
type: Array<Date, Number, String, null>
44
default: [null,null]
55
---
66
---

0 commit comments

Comments
 (0)