mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Update API doc
This commit is contained in:
parent
0f86b62fe2
commit
44f802dc0f
1 changed files with 26 additions and 0 deletions
|
@ -33043,6 +33043,19 @@
|
|||
"parameters": [],
|
||||
"returnType": "void",
|
||||
"description": "Callback to invoke when the overlay is hidden."
|
||||
},
|
||||
{
|
||||
"name": "container",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "Object",
|
||||
"description": "container slot's params."
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom container slot."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
@ -38766,6 +38779,19 @@
|
|||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom close icon template."
|
||||
},
|
||||
{
|
||||
"name": "container",
|
||||
"parameters": [
|
||||
{
|
||||
"name": "scope",
|
||||
"optional": false,
|
||||
"type": "{\n \t <span class=\"font-medium\">onClose</span>: () ⇒ void, // Close sidebar function.\n}",
|
||||
"description": "container slot's params."
|
||||
}
|
||||
],
|
||||
"returnType": "VNode<RendererNode, RendererElement, Object>[]",
|
||||
"description": "Custom container slot."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue