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." }, {