From 63ebb3991f0b91eea5df05219bc5227f9ed09525 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Mon, 24 Jul 2023 14:19:34 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index af8b82f5c..207b530a3 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -4862,6 +4862,13 @@ "readonly": false, "type": "BreadcrumbProps", "default": "" + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "BreadcrumbContext", + "default": "" } ], "methods": [] @@ -4958,6 +4965,29 @@ ], "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": { "description": "Defines valid properties in Breadcrumb component.", "relatedProp": "",