Update API doc
parent
b2ad40adcc
commit
c552a6d965
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue