Skip to content

Commit

Permalink
Updated the api doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrogenous committed Aug 21, 2024
1 parent eeec220 commit fac3628
Showing 1 changed file with 25 additions and 10 deletions.
35 changes: 25 additions & 10 deletions components/doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -40980,6 +40980,14 @@
"default": "",
"description": "Used to get the child elements of the component."
},
{
"name": "collapseIcon",
"optional": true,
"readonly": false,
"type": "IconType<PanelMenuProps>",
"default": "",
"description": "Icon used when a submenu is expanded."
},
{
"name": "expandedKeys",
"optional": true,
Expand All @@ -40988,6 +40996,14 @@
"default": "",
"description": "A map of keys to represent the expansion state in controlled mode."
},
{
"name": "expandIcon",
"optional": true,
"readonly": false,
"type": "IconType<PanelMenuProps>",
"default": "",
"description": "Icon used when a submenu is collapsed."
},
{
"name": "model",
"optional": true,
Expand Down Expand Up @@ -41020,14 +41036,6 @@
"default": "",
"description": "Used to configure passthrough(pt) options of the component."
},
{
"name": "submenuIcon",
"optional": true,
"readonly": false,
"type": "IconType<PanelMenuProps>",
"default": "",
"description": "Icon of the submenu."
},
{
"name": "transitionOptions",
"optional": true,
Expand Down Expand Up @@ -41160,11 +41168,18 @@
"description": "Uses to pass attributes to the header content's DOM element."
},
{
"name": "submenuIcon",
"name": "expandIcon",
"optional": true,
"readonly": false,
"type": "PanelMenuPassThroughType<HTMLAttributes<HTMLSpanElement> | SVGProps<SVGSVGElement>>",
"description": "Uses to pass attributes to the expand icon's DOM element."
},
{
"name": "collapseIcon",
"optional": true,
"readonly": false,
"type": "PanelMenuPassThroughType<HTMLAttributes<HTMLSpanElement> | SVGProps<SVGSVGElement>>",
"description": "Uses to pass attributes to the submenuIcon's DOM element."
"description": "Uses to pass attributes to the collapse icon's DOM element."
},
{
"name": "headerIcon",
Expand Down

0 comments on commit fac3628

Please sign in to comment.