Update API doc
parent
5cdab4a0fc
commit
4a99deefff
|
@ -24865,6 +24865,14 @@
|
|||
"type": "MessagePassThroughOptions",
|
||||
"default": "",
|
||||
"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": []
|
||||
|
@ -30869,6 +30877,14 @@
|
|||
"default": "",
|
||||
"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",
|
||||
"optional": true,
|
||||
|
|
Loading…
Reference in New Issue