Update API doc
parent
eea3054b74
commit
1f66c52ccc
|
@ -898,6 +898,21 @@
|
||||||
],
|
],
|
||||||
"methods": []
|
"methods": []
|
||||||
},
|
},
|
||||||
|
"AnimateDirectiveModifiers": {
|
||||||
|
"description": "Defines modifiers of Animate.",
|
||||||
|
"relatedProp": "",
|
||||||
|
"props": [
|
||||||
|
{
|
||||||
|
"name": "once",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "boolean",
|
||||||
|
"default": "true",
|
||||||
|
"description": "Whether the animation will be repeated"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"methods": []
|
||||||
|
},
|
||||||
"AnimateDirectiveBinding": {
|
"AnimateDirectiveBinding": {
|
||||||
"description": "Binding of Animate directive.",
|
"description": "Binding of Animate directive.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
|
@ -909,6 +924,14 @@
|
||||||
"type": "AnimateOptions",
|
"type": "AnimateOptions",
|
||||||
"default": "",
|
"default": "",
|
||||||
"description": "Value of the Animate."
|
"description": "Value of the Animate."
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "modifiers",
|
||||||
|
"optional": true,
|
||||||
|
"readonly": false,
|
||||||
|
"type": "AnimateDirectiveModifiers",
|
||||||
|
"default": "",
|
||||||
|
"description": "Modifiers of the tooltip."
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"methods": [],
|
"methods": [],
|
||||||
|
|
Loading…
Reference in New Issue