소스 검색

Documentation I forgot to add to the last commit.

pull/260/head
Matthew Petroff 8 년 전
부모
커밋
79738fabfa
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. +6
    -0
      doc/json-config-parameters.md

+ 6
- 0
doc/json-config-parameters.md 파일 보기

@@ -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


불러오는 중...
취소
저장