Update API doc

pull/4203/head
GitHub Actions Bot 2023-07-24 14:19:34 +00:00
parent 62a83920b4
commit 63ebb3991f
1 changed files with 30 additions and 0 deletions

View File

@ -4862,6 +4862,13 @@
"readonly": false, "readonly": false,
"type": "BreadcrumbProps", "type": "BreadcrumbProps",
"default": "" "default": ""
},
{
"name": "context",
"optional": false,
"readonly": false,
"type": "BreadcrumbContext",
"default": ""
} }
], ],
"methods": [] "methods": []
@ -4958,6 +4965,29 @@
], ],
"methods": [] "methods": []
}, },
"BreadcrumbContext": {
"description": "Defines current options in Breadcrumb 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"
}
],
"methods": []
},
"BreadcrumbProps": { "BreadcrumbProps": {
"description": "Defines valid properties in Breadcrumb component.", "description": "Defines valid properties in Breadcrumb component.",
"relatedProp": "", "relatedProp": "",