Update API doc
parent
e3c0ee65ec
commit
2067a2b5a1
|
@ -20559,7 +20559,7 @@
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"readonly": false,
|
"readonly": false,
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"default": "pi pi-chevron-up",
|
"default": "",
|
||||||
"description": "Icon to display."
|
"description": "Icon to display."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -20577,7 +20577,14 @@
|
||||||
"description": "Defines valid slots in ScrollTop component.",
|
"description": "Defines valid slots in ScrollTop component.",
|
||||||
"relatedProp": "",
|
"relatedProp": "",
|
||||||
"props": [],
|
"props": [],
|
||||||
"methods": []
|
"methods": [
|
||||||
|
{
|
||||||
|
"name": "icon",
|
||||||
|
"parameters": [],
|
||||||
|
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||||
|
"description": "Custom scrolltop icon template."
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"ScrollTopEmits": {
|
"ScrollTopEmits": {
|
||||||
"description": "Defines valid emits in ScrollTop component.",
|
"description": "Defines valid emits in ScrollTop component.",
|
||||||
|
|
Loading…
Reference in New Issue