Update API doc
parent
4e3488ec6b
commit
9a0f329e2f
|
@ -28767,6 +28767,14 @@
|
|||
"default": "",
|
||||
"description": "Uses to pass attributes to the label's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "submenu",
|
||||
"optional": true,
|
||||
"readonly": false,
|
||||
"type": "PanelMenuPassThroughOptionType",
|
||||
"default": "",
|
||||
"description": "Uses to pass attributes to the submenu's DOM element."
|
||||
},
|
||||
{
|
||||
"name": "separator",
|
||||
"optional": true,
|
||||
|
@ -28941,6 +28949,14 @@
|
|||
"type": "PanelMenuPassThroughOptions",
|
||||
"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