Update API doc

pull/3853/head
GitHub Actions Bot 2023-04-07 23:07:35 +00:00
parent e3c0ee65ec
commit 2067a2b5a1
1 changed files with 9 additions and 2 deletions

View File

@ -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.",