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
|`[nzDataSource]`| Used for setting the data source. Except for the elements whose keys are `direction: 'right'` prop, or using `nzTargetKeys` prop. |`TransferItem[]`|`[]`|
28
28
|`[nzDisabled]`| Whether the transfer is disabled |`boolean`|`false`|
29
29
|`[nzTitles]`| A set of titles that are sorted from left to right. |`string[]`|`['', '']`|
@@ -42,6 +42,7 @@ import { NzTransferModule } from 'ng-zorro-antd/transfer';
42
42
|`[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[]>`| - |
43
43
|`[nzSelectedKeys]`| A set of keys of selected items. |`string[]`| - |
44
44
|`[nzTargetKeys]`| A set of keys of elements that are listed on the right column. |`string[]`| - |
45
+
|`[nzOneWay]`| Display as single direction style |`boolean`|`false`|
45
46
|`[nzStatus]`| Set validation status |`'error' \| 'warning'`| - |
46
47
|`(nzChange)`| A callback function that is executed when the transfer between columns is complete. |`EventEmitter<TransferChange>`| - |
47
48
|`(nzSearchChange)`| A callback function which is executed when search field are changed |`EventEmitter<TransferSearchChange>`| - |
0 commit comments