You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/slider/doc/index.en-US.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ import { NzSliderModule } from 'ng-zorro-antd/slider';
29
29
|`[nzMin]`| The minimum value the slider can slide to. |`number`|`0`|
30
30
|`[nzRange]`| dual thumb mode |`boolean`|`false`|
31
31
|`[nzStep]`| The granularity the slider can step through values. Must greater than 0, and be divided by (max - min) . When `marks` no null, `step` can be `null`. |`number \| null`|`1`|
32
-
|`[nzTipFormatter]`| Slider will pass its value to `tipFormatter`, and display its value in Tooltip, and hide Tooltip when return value is null. |`(value: number) => string`| - |
32
+
|`[nzTipFormatter]`| Slider will pass its value to `tipFormatter`, and display its value in Tooltip, and hide Tooltip when return value is null. |`(value: number) => string \| TemplateRef<void>`| - |
33
33
|`[ngModel]`| The value of slider. When `range` is `false`, use `number`, otherwise, use `[number, number]`|`number \| number[]`| - |
34
34
|`[nzVertical]`| If true, the slider will be vertical. |`boolean`|`false`|
35
35
|`[nzReverse]`| Reverse the component |`boolean`|`false`|
0 commit comments