mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
update api-generator
This commit is contained in:
parent
2a2c97703c
commit
cb659b73ef
14 changed files with 233 additions and 31 deletions
|
@ -130,25 +130,11 @@ const DialogProps = [
|
|||
const DialogEvents = [
|
||||
{
|
||||
name: "hide",
|
||||
description: "Callback to invoke when dialog is hidden.",
|
||||
arguments: [
|
||||
{
|
||||
name: "event",
|
||||
type: "object",
|
||||
description: "Event Object"
|
||||
}
|
||||
]
|
||||
description: "Callback to invoke when dialog is hidden."
|
||||
},
|
||||
{
|
||||
name: "show",
|
||||
description: "Callback to invoke when dialog is showed.",
|
||||
arguments: [
|
||||
{
|
||||
name: "event",
|
||||
type: "object",
|
||||
description: "Event Object"
|
||||
}
|
||||
]
|
||||
description: "Callback to invoke when dialog is showed."
|
||||
},
|
||||
{
|
||||
name: "maximize",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue