Skip to content

Commit 6fc740d

Browse files
gwennlbhsimonwep
authored andcommitted
docs: mention quiet flag when documenting null-event SelectionEvents
1 parent ffc850b commit 6fc740d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/api-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ interface SelectionEvent {
371371
}
372372
```
373373

374-
- `event` - The original event that triggered the selection, may be `null` if manually triggered.
374+
- `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`)
375375
- `store` - The current state of the selection store.
376376
- `selection` - The selection area instance.
377377

0 commit comments

Comments
 (0)