Update API doc

pull/4004/head
GitHub Actions Bot 2023-05-26 11:59:24 +00:00
parent 7773c13221
commit c2430861bb
1 changed files with 15 additions and 1 deletions

View File

@ -38803,6 +38803,14 @@
"type": "TreeSelectPassThroughOptions", "type": "TreeSelectPassThroughOptions",
"default": "", "default": "",
"description": "Uses to pass attributes to DOM elements inside the component." "description": "Uses to pass attributes to DOM elements inside the component."
},
{
"name": "unstyled",
"optional": true,
"readonly": false,
"type": "boolean",
"default": "false",
"description": "When enabled, it removes component related styles in the core."
} }
], ],
"methods": [] "methods": []
@ -38866,7 +38874,13 @@
}, },
{ {
"name": "triggericon", "name": "triggericon",
"parameters": [], "parameters": [
{
"name": "scope",
"optional": false,
"type": "{\n \t <b>class</b>: string, // Style class of the icon.\n }"
}
],
"returnType": "VNode<RendererNode, RendererElement, Object>[]", "returnType": "VNode<RendererNode, RendererElement, Object>[]",
"description": "Custom indicator template." "description": "Custom indicator template."
}, },