Update API doc
parent
1a97ba848d
commit
e79419bbf7
|
@ -23600,6 +23600,14 @@
|
|||
"default": "",
|
||||
"description": "Uses to pass attributes to the submenu header's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "submenu",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "MegaMenuPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the submenu's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "separator",
|
||||
"optional": true,
|
||||
|
@ -23800,6 +23808,14 @@
|
|||
"type": "MegaMenuPassThroughOptions",
|
||||
"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": []
|
||||
|
|
Loading…
Reference in New Issue