update api-generator

This commit is contained in:
Tuğçe Küçükoğlu 2021-06-14 17:03:46 +03:00
parent 2a2c97703c
commit cb659b73ef
14 changed files with 233 additions and 31 deletions

View file

@ -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"
}
]
}
];