diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index c68e472f0..bfa88b6ea 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -22629,6 +22629,13 @@ "readonly": false, "type": "GalleriaState", "default": "" + }, + { + "name": "context", + "optional": false, + "readonly": false, + "type": "GalleriaContext", + "default": "" } ], "methods": [] @@ -23002,6 +23009,21 @@ ], "methods": [] }, + "GalleriaContext": { + "description": "Defines current inline options in Galleria component.", + "relatedProp": "", + "props": [ + { + "name": "highlighted", + "optional": false, + "readonly": false, + "type": "boolean", + "default": "false", + "description": "Current highlighted state of the indicator as a boolean." + } + ], + "methods": [] + }, "GalleriaProps": { "description": "Defines valid properties in Galleria component.", "relatedProp": "",