Bläddra i källkod

Documentation I forgot to add to the last commit.

pull/260/head
Matthew Petroff 8 år sedan
förälder
incheckning
79738fabfa
1 ändrade filer med 6 tillägg och 0 borttagningar
  1. +6
    -0
      doc/json-config-parameters.md

+ 6
- 0
doc/json-config-parameters.md Visa fil

@@ -214,6 +214,12 @@ If `createTooltipFunc` is specified, this function is used to create the hot
spot tooltip DOM instead of the default function. The contents of
`createTooltipArgs` are passed to the function as arguments.

#### `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
`clickHandlerArgs` are passed to the function as arguments.

### `hotSpotDebug` (boolean)

When `true`, the mouse pointer's pitch and yaw are logged to the console when


Laddar…
Avbryt
Spara