Update API doc
parent
9385a1b61f
commit
b96238b43f
|
@ -46846,6 +46846,15 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"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."
|
"description": "Style class to add when item begins to get displayed."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -46870,6 +46879,15 @@
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "",
|
"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."
|
"description": "Style class to add when item begins to get hidden."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue