pull/4004/head
Tuğçe Küçükoğlu 2023-05-30 10:02:40 +03:00
commit bcd1c91084
1 changed files with 16 additions and 0 deletions

View File

@ -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": []