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
|`[nzVirtualHeight]`| The height of virtual scroll |`string`|`-`|
53
-
|`[nzVirtualItemSize]`| The size of the items in the list, same as [cdk itemSize](https://material.angular.io/cdk/scrolling/api)|`number`|`28`|
54
-
|`[nzVirtualMaxBufferPx]`| The number of pixels worth of buffer to render for when rendering new items, same as [cdk maxBufferPx](https://material.angular.io/cdk/scrolling/api)|`number`|`500`|
55
-
|`[nzVirtualMinBufferPx]`| The minimum amount of buffer rendered beyond the viewport (in pixels),same as [cdk minBufferPx](https://material.angular.io/cdk/scrolling/api)|`number`|`28`|
56
-
|`[nzBackdrop]`| whether or not the overlay should attach a backdrop |`boolean`|`false`|
57
-
|`(nzExpandChange)`| Callback function for when a treeNode is expanded or collapsed |`EventEmitter<NzFormatEmitEvent>`| - |
23
+
| Property | Description | Type | Default| Global Config |
|`[nzVirtualHeight]`| The height of virtual scroll |`string`|`-`|
53
+
|`[nzVirtualItemSize]`| The size of the items in the list, same as [cdk itemSize](https://material.angular.io/cdk/scrolling/api)|`number`|`28`|
54
+
|`[nzVirtualMaxBufferPx]`| The number of pixels worth of buffer to render for when rendering new items, same as [cdk maxBufferPx](https://material.angular.io/cdk/scrolling/api)|`number`|`500`|
55
+
|`[nzVirtualMinBufferPx]`| The minimum amount of buffer rendered beyond the viewport (in pixels),same as [cdk minBufferPx](https://material.angular.io/cdk/scrolling/api)|`number`|`28`|
56
+
|`[nzBackdrop]`| whether or not the overlay should attach a backdrop |`boolean`|`false`|
57
+
|`(nzExpandChange)`| Callback function for when a treeNode is expanded or collapsed |`EventEmitter<NzFormatEmitEvent>`| -|
58
58
59
59
#### Methods
60
60
61
-
| Property | Description | Type |
62
-
| -------- | ----------- | ---- |
63
-
| getTreeNodes | get all nodes(NzTreeNode) |`NzTreeNode[]`|
64
-
| getTreeNodeByKey | get NzTreeNode with key |`NzTreeNode`|
65
-
| getCheckedNodeList | get checked nodes(merged) |`NzTreeNode[]`|
66
-
| getSelectedNodeList | get selected nodes |`NzTreeNode[]`|
67
-
| getHalfCheckedNodeList | get half checked nodes |`NzTreeNode[]`|
68
-
| getExpandedNodeList | get expanded nodes |`NzTreeNode[]`|
69
-
| getMatchedNodeList | get matched nodes(if nzSearchValue is not null) |`NzTreeNode[]`|
0 commit comments