mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-16 11:44:01 +08:00
Tree: add checkOnClickNode (#11111)
This commit is contained in:
3
types/tree.d.ts
vendored
3
types/tree.d.ts
vendored
@@ -79,6 +79,9 @@ export declare class ElTree extends ElementUIComponent {
|
||||
/** Whether to expand or collapse node when clicking on the node. If false, then expand or collapse node only when clicking on the arrow icon. */
|
||||
expandOnClickNode: boolean
|
||||
|
||||
/** Whether to check or uncheck node when clicking on the node, if false, the node can only be checked or unchecked by clicking on the checkbox. */
|
||||
checkOnClickNode: boolean
|
||||
|
||||
/** Whether to expand father node when a child node is expanded */
|
||||
autoExpandParent: boolean
|
||||
|
||||
|
||||
Reference in New Issue
Block a user