diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index bfa88b6ea..ee8425c64 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -7209,6 +7209,13 @@ "readonly": false, "type": "CarouselState", "default": "" + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "CarouselContext", + "default": "" } ], "methods": [] @@ -7464,6 +7471,21 @@ ], "methods": [] }, + "CarouselContext": { + "description": "Defines current inline options in Carousel component.", + "relatedProp": "", + "props": [ + { + "name": "highlighted", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current highlighted state of the indicator as a boolean." + } + ], + "methods": [] + }, "CarouselResponsiveOptions": { "relatedProp": "", "props": [