diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index 906d0644f..f646168aa 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -66836,6 +66836,22 @@ "type": "boolean", "default": "false", "description": "When enabled, it removes component related styles in the core." + }, + { + "name": "onMouseEnter", + "optional": true, + "readonly": false, + "type": "Function", + "default": "", + "description": "Used to specify a callback function to be run when the" + }, + { + "name": "onMouseLeave", + "optional": true, + "readonly": false, + "type": "Function", + "default": "", + "description": "Used to specify a callback function to be run when the" } ], "methods": []