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/transfer/doc/index.en-US.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ import { NzTransferModule } from 'ng-zorro-antd/transfer';
41
41
|`[nzCanMove]`| A function to determine what items should be moved (by default all checked items are moved). please refer to the case. |`(arg: TransferCanMove) => Observable<TransferItem[]>`| - |
42
42
|`[nzSelectedKeys]`| A set of keys of selected items. |`string[]`| - |
43
43
|`[nzTargetKeys]`| A set of keys of elements that are listed on the right column. |`string[]`| - |
44
+
|`[nzStatus]`| Set validation status |`'error' \| 'warning'`| - |
44
45
|`(nzChange)`| A callback function that is executed when the transfer between columns is complete. |`EventEmitter<TransferChange>`| - |
45
46
|`(nzSearchChange)`| A callback function which is executed when search field are changed |`EventEmitter<TransferSearchChange>`| - |
46
47
|`(nzSelectChange)`| A callback function which is executed when selected items are changed. |`EventEmitter<TransferSearchChange>`| - |
0 commit comments