Update API doc
parent
9a49c162c1
commit
6a3e95265d
|
@ -19005,14 +19005,6 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the label's DOM element."
|
"description": "Uses to pass attributes to the label's DOM element."
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"name": "basicButton",
|
|
||||||
"optional": true,
|
|
||||||
"readonly": false,
|
|
||||||
"type": "FileUploadPassThroughOptionType",
|
|
||||||
"default": "",
|
|
||||||
"description": "Uses to pass attributes to the basic button's DOM element."
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "uploadIcon",
|
"name": "uploadIcon",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -19298,6 +19290,14 @@
|
||||||
"type": "FileUploadPassThroughOptions",
|
"type": "FileUploadPassThroughOptions",
|
||||||
"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": []
|
||||||
|
|
Loading…
Reference in New Issue