Browse Source

Document hotspot `click` event types

pull/1133/head
strarsis 1 year ago
committed by GitHub
parent
commit
225286d84d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      doc/json-config-parameters.md

+ 1
- 1
doc/json-config-parameters.md View File

@@ -335,7 +335,7 @@ spot tooltip DOM instead of the default function. The contents of
#### `clickHandlerFunc` (function) and `clickHandlerArgs` (object)

If `clickHandlerFunc` is specified, this function is added as an event handler
for the hot spot's `click` event. The event object and the contents of
for the hot spot's `click`, `pointerup` or `touchend` events. The event object and the contents of
`clickHandlerArgs` are passed to the function as arguments.

#### `draggable`


Loading…
Cancel
Save