Skip to content

Commit

Permalink
Update API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Jul 25, 2023
1 parent b701c04 commit 584ca93
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions doc/common/apidoc/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -19093,6 +19093,14 @@
"default": "",
"description": "Current index of the menuitem."
},
{
"name": "item",
"optional": false,
"readonly": false,
"type": "any",
"default": "",
"description": "Current menuitem"
},
{
"name": "active",
"optional": false,
Expand Down Expand Up @@ -26808,6 +26816,22 @@
"description": "Defines current options in MegaMenu component.",
"relatedProp": "",
"props": [
{
"name": "item",
"optional": false,
"readonly": false,
"type": "any",
"default": "",
"description": "Current menuitem"
},
{
"name": "index",
"optional": false,
"readonly": false,
"type": "number",
"default": "",
"description": "Current index of the menuitem."
},
{
"name": "active",
"optional": false,
Expand Down Expand Up @@ -27262,6 +27286,22 @@
"description": "Defines current options in Menu component.",
"relatedProp": "",
"props": [
{
"name": "item",
"optional": false,
"readonly": false,
"type": "any",
"default": "",
"description": "Current menuitem"
},
{
"name": "index",
"optional": false,
"readonly": false,
"type": "number",
"default": "",
"description": "Current index of the menuitem."
},
{
"name": "focused",
"optional": false,
Expand Down Expand Up @@ -27731,6 +27771,22 @@
"description": "Defines current options in Menubar component.",
"relatedProp": "",
"props": [
{
"name": "item",
"optional": false,
"readonly": false,
"type": "any",
"default": "",
"description": "Current menuitem"
},
{
"name": "index",
"optional": false,
"readonly": false,
"type": "number",
"default": "",
"description": "Current index of the menuitem."
},
{
"name": "active",
"optional": false,
Expand Down Expand Up @@ -32126,6 +32182,14 @@
"description": "Defines current options in PanelMenu component.",
"relatedProp": "",
"props": [
{
"name": "item",
"optional": false,
"readonly": false,
"type": "any",
"default": "",
"description": "Current menuitem"
},
{
"name": "index",
"optional": false,
Expand Down Expand Up @@ -38200,6 +38264,14 @@
"description": "Defines current options in Steps component.",
"relatedProp": "",
"props": [
{
"name": "item",
"optional": false,
"readonly": false,
"type": "any",
"default": "",
"description": "Current menuitem"
},
{
"name": "index",
"optional": false,
Expand Down Expand Up @@ -38603,6 +38675,14 @@
"description": "Defines current options in TabMenu component.",
"relatedProp": "",
"props": [
{
"name": "item",
"optional": false,
"readonly": false,
"type": "any",
"default": "",
"description": "Current menuitem"
},
{
"name": "index",
"optional": false,
Expand Down Expand Up @@ -40369,6 +40449,22 @@
"description": "Defines current options in TieredMenu component.",
"relatedProp": "",
"props": [
{
"name": "item",
"optional": false,
"readonly": false,
"type": "any",
"default": "",
"description": "Current menuitem"
},
{
"name": "index",
"optional": false,
"readonly": false,
"type": "number",
"default": "",
"description": "Index of the menuitem."
},
{
"name": "active",
"optional": false,
Expand Down

0 comments on commit 584ca93

Please sign in to comment.