28 lines
434 B
Markdown
28 lines
434 B
Markdown
---
|
|
title: selection-changed
|
|
id: selection-changed
|
|
weight: 100
|
|
draft: false
|
|
author: "people"
|
|
---
|
|
|
|
**API 6.2.1**
|
|
|
|
`event`
|
|
|
|
This event is triggered whenever the selection of images changes
|
|
|
|
# selection-changed.callback
|
|
|
|
```
|
|
function(
|
|
event : string
|
|
)
|
|
```
|
|
|
|
* **event** - _string_ - The name of the event that triggered the callback.
|
|
|
|
# selection-changed.extra registration parameters
|
|
|
|
This event has no extra registration parameters.
|
|
|