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