File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -146,11 +146,11 @@ One event by element is possible so far as elements are referenced by selector.
146146```
147147
148148| Props | Type | Default | Description |
149- | ----------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------- | --- |
149+ | ----------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------- |
150150| ` eventType ` | string | null | Type of the event. All available [ events] ( https://developer.mozilla.org/fr/docs/Web/Events ) can be used. |
151151| ` callback ` | function | null | Function to be used as event handler. |
152152| ` callbackParams ` | array | null | List of arguments to pass to the event handler in. |
153- | ` closeOnCallback ` | boolean | false | Flag to automatically close the tooltip when the event handler is triggered. | |
153+ | ` closeOnCallback ` | boolean | false | Flag to automatically close the tooltip when the event handler is triggered. |
154154
155155## Development
156156
You can’t perform that action at this time.
0 commit comments