mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
update api-generator
This commit is contained in:
parent
2a2c97703c
commit
cb659b73ef
14 changed files with 233 additions and 31 deletions
|
@ -65,6 +65,22 @@ const OrderListEvents = [
|
|||
'Direction of the change; "up", "down", "bottom", "top"'
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "selection-change",
|
||||
description: "Callback to invoke when selection changes.",
|
||||
arguments: [
|
||||
{
|
||||
name: "event.originalEvent",
|
||||
type: "object",
|
||||
description: "Browser event"
|
||||
},
|
||||
{
|
||||
name: "event.value",
|
||||
type: "array",
|
||||
description: "Ordered list"
|
||||
}
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue