Update API doc

pull/4899/head
GitHub Actions Bot 2023-11-28 08:47:40 +00:00
parent b2ad40adcc
commit c552a6d965
1 changed files with 16 additions and 0 deletions

View File

@ -52363,6 +52363,14 @@
"description": "Icon to display when tree is loading.",
"deprecated": "since v3.27.0. Use 'loadingicon' slot."
},
{
"name": "loadingMode",
"optional": true,
"readonly": false,
"type": "\"mask\" | \"icon\"",
"default": "mask",
"description": "Loading mode display."
},
{
"name": "filter",
"optional": true,
@ -54379,6 +54387,14 @@
"description": "The icon to show while indicating data load is in progress.",
"deprecated": "since v3.27.0. Use 'loadingicon' slot."
},
{
"name": "loadingMode",
"optional": true,
"readonly": false,
"type": "\"mask\" | \"icon\"",
"default": "mask",
"description": "Loading mode display."
},
{
"name": "rowHover",
"optional": true,