Quellcode durchsuchen

Document hotspot `click` event types

pull/1133/head
strarsis vor 1 Jahr
committed by GitHub
Ursprung
Commit
225286d84d
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      doc/json-config-parameters.md

+ 1
- 1
doc/json-config-parameters.md Datei anzeigen

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


If `clickHandlerFunc` is specified, this function is added as an event handler 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. `clickHandlerArgs` are passed to the function as arguments.


#### `draggable` #### `draggable`


Laden…
Abbrechen
Speichern