Update API doc
parent
24dfbf5116
commit
77812ed971
|
@ -36129,6 +36129,14 @@
|
|||
"default": "",
|
||||
"description": "Uses to pass attributes to the submenu icon's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "submenu",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "TieredMenuPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the submenu's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "separator",
|
||||
"optional": true,
|
||||
|
@ -36136,6 +36144,14 @@
|
|||
"type": "TieredMenuPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the separator's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "unstyled",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "boolean",
|
||||
"default": "false",
|
||||
"description": "When enabled, it removes component related styles in the core."
|
||||
}
|
||||
],
|
||||
"methods": []
|
||||
|
|
Loading…
Reference in New Issue