Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/api-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ interface SelectionEvent {
}
```

- `event` - The original event that triggered the selection, may be `null` if manually triggered.
- `event` - The original event that triggered the selection, may be `null` if manually triggered. Set `quiet` to true in manual selection functions to prevent firing the event. (see `clearSelection`, `select` or `unselect`)
- `store` - The current state of the selection store.
- `selection` - The selection area instance.

Expand Down