We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f70af9a commit 48d9726Copy full SHA for 48d9726
docs/api/lib-event.adoc
@@ -46,7 +46,7 @@ An object with the following keys and their values:
46
[grid="none"]
47
|===
48
| Name | Kind | Details
49
-| type | string | Event type pattern
+| type | string | Event type pattern. Supports `*` as a wildcard, equivalent to `.*` in regular expressions
50
| callback | function | Callback event listener
51
| localOnly | boolean | Local events only (default to false)
52
0 commit comments