From b96238b43f8262c6b9adeeb3f6feb9d273a9af26 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot <> Date: Wed, 22 Nov 2023 13:20:21 +0000 Subject: [PATCH] Update API doc --- doc/common/apidoc/index.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/doc/common/apidoc/index.json b/doc/common/apidoc/index.json index 4c6ce94a0..9fdc5fde4 100644 --- a/doc/common/apidoc/index.json +++ b/doc/common/apidoc/index.json @@ -46846,6 +46846,15 @@ "readonly": false, "type": "string", "default": "", + "description": "Style class to add when item begins to get displayed.", + "deprecated": "since v3.41.0. Use 'enterFromClass' option instead." + }, + { + "name": "enterFromClass", + "optional": true, + "readonly": false, + "type": "string", + "default": "", "description": "Style class to add when item begins to get displayed." }, { @@ -46870,6 +46879,15 @@ "readonly": false, "type": "string", "default": "", + "description": "Style class to add when item begins to get hidden.", + "deprecated": "since v3.41.0. Use 'leaveFromClass' option instead." + }, + { + "name": "leaveFromClass", + "optional": true, + "readonly": false, + "type": "string", + "default": "", "description": "Style class to add when item begins to get hidden." }, {