Update API doc
parent
5cdab4a0fc
commit
4a99deefff
|
@ -24865,6 +24865,14 @@
|
||||||
"type": "MessagePassThroughOptions",
|
"type": "MessagePassThroughOptions",
|
||||||
"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": []
|
||||||
|
@ -30869,6 +30877,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the root's DOM element."
|
"description": "Uses to pass attributes to the root's DOM element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "cancelItem",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "RatingPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the cancel item's DOM element."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "cancelIcon",
|
"name": "cancelIcon",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
|
Loading…
Reference in New Issue