支持监听选中 TreeNode 的事件,例如 ```typescript molecule.problems.onSelect((problemsItem) => { //do something }) ``` 