Update API doc
parent
df4994ea68
commit
ae3dde1f51
|
@ -24420,6 +24420,14 @@
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Uses to pass attributes to the submenu icon's DOM element."
|
"description": "Uses to pass attributes to the submenu icon's DOM element."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "submenu",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "MenubarPassThroughOptionType",
|
||||||
|
"default": "",
|
||||||
|
"description": "Uses to pass attributes to the submenu's DOM element."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "separator",
|
"name": "separator",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
|
@ -24628,6 +24636,14 @@
|
||||||
"type": "MenubarPassThroughOptions",
|
"type": "MenubarPassThroughOptions",
|
||||||
"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