From 025d79d3750d2a83a2e4f60ac1b1cfcac10704eb Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Tue, 7 Jan 2025 11:29:31 +0000 Subject: [PATCH] Update API doc --- apps/showcase/doc/common/apidoc/index.json | 40 +++++++++++++--------- 1 file changed, 24 insertions(+), 16 deletions(-) diff --git a/apps/showcase/doc/common/apidoc/index.json b/apps/showcase/doc/common/apidoc/index.json index f646168aa..00e79f9d2 100644 --- a/apps/showcase/doc/common/apidoc/index.json +++ b/apps/showcase/doc/common/apidoc/index.json @@ -66805,6 +66805,30 @@ "default": "", "description": "Used to access message options." }, + { + "name": "onMouseEnter", + "optional": true, + "readonly": false, + "type": "Function", + "default": "", + "description": "Used to specify a callback function to be run when the mouseenter event is fired on the message component." + }, + { + "name": "onMouseLeave", + "optional": true, + "readonly": false, + "type": "Function", + "default": "", + "description": "Used to specify a callback function to be run when the mouseleave event is fired on the message component." + }, + { + "name": "onClick", + "optional": true, + "readonly": false, + "type": "Function", + "default": "", + "description": "Used to specify a callback function to be run when the click event is fired on the message component." + }, { "name": "dt", "optional": true, @@ -66836,22 +66860,6 @@ "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": []