File tree Expand file tree Collapse file tree 1 file changed +18
-9
lines changed
components/doc/common/apidoc Expand file tree Collapse file tree 1 file changed +18
-9
lines changed Original file line number Diff line number Diff line change 4369343693 "default": "",
4369443694 "description": "Name of the input element."
4369543695 },
43696+ {
43697+ "name": "nodeTemplate",
43698+ "optional": true,
43699+ "readonly": false,
43700+ "type": "ReactNode | Function",
43701+ "default": "false",
43702+ "description": "Template of internally used tree component node element."
43703+ },
4369643704 {
4369743705 "name": "options",
4369843706 "optional": true,
4375443762 "optional": true,
4375543763 "readonly": false,
4375643764 "type": "boolean",
43757- "default": ""
43765+ "default": "",
43766+ "description": "Resets the filter when the overlay is hidden."
4375843767 },
4375943768 {
4376043769 "name": "scrollHeight",
4378043789 "default": "",
4378143790 "description": "The properties of CSSTransition can be customized, except for \"nodeRef\" and \"in\" properties."
4378243791 },
43792+ {
43793+ "name": "togglerTemplate",
43794+ "optional": true,
43795+ "readonly": false,
43796+ "type": "ReactNode | Function",
43797+ "default": "",
43798+ "description": "Template of toggler element."
43799+ },
4378343800 {
4378443801 "name": "value",
4378543802 "optional": true,
4379543812 "type": "ReactNode | Function",
4379643813 "default": "",
4379743814 "description": "The template of selected values."
43798- },
43799- {
43800- "name": "nodeTemplate",
43801- "optional": true,
43802- "readonly": false,
43803- "type": "ReactNode | Function",
43804- "default": "false",
43805- "description": "Template of internally used tree component node element."
4380643815 }
4380743816 ]
4380843817 },
You can’t perform that action at this time.
0 commit comments