Skip to content

Commit 48d9726

Browse files
edloidasalansemenov
authored andcommitted
Update lib-event docs
Added information on wildcard support in event types.
1 parent f70af9a commit 48d9726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/lib-event.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ An object with the following keys and their values:
4646
[grid="none"]
4747
|===
4848
| Name | Kind | Details
49-
| type | string | Event type pattern
49+
| type | string | Event type pattern. Supports `*` as a wildcard, equivalent to `.*` in regular expressions
5050
| callback | function | Callback event listener
5151
| localOnly | boolean | Local events only (default to false)
5252
|===

0 commit comments

Comments
 (0)