Update API doc
parent
8d6bd6bc1d
commit
f9f5eed7ab
|
@ -8128,6 +8128,14 @@
|
||||||
"type": "CheckboxPassThroughOptions",
|
"type": "CheckboxPassThroughOptions",
|
||||||
"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": []
|
||||||
|
@ -8142,7 +8150,7 @@
|
||||||
{
|
{
|
||||||
"name": "scope",
|
"name": "scope",
|
||||||
"optional": false,
|
"optional": false,
|
||||||
"type": "{\n \t <b>checked</b>: boolean, // State of the checkbox.\n }",
|
"type": "{\n \t <b>checked</b>: boolean, // State of the checkbox.\n \t <b>class</b>: string, // Style class of the icon.\n }",
|
||||||
"description": "icon slot's params."
|
"description": "icon slot's params."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue