Skip to content

Commit

Permalink
Undocument Touchable properties, see #102
Browse files Browse the repository at this point in the history
  • Loading branch information
axelpale committed Feb 27, 2018
1 parent aa5a44f commit 7fdd0e0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,13 +376,6 @@ To allow users to directly interact with the items, make the items touchable. `T
- *item:* an instance of `AbstractPlane` such as `SpaceHTML`, `SpacePixel`, `SpaceGroup`, or `SpaceView`. Only gestures made on the HTML representation of the `item` are listened and recognized. The `item` reacts to the manipulations as specified by the mode. The view must have rendered an element for the `item` or otherwise an error is thrown.
- *targetItem:* optional target instance of `AbstractPlane`. If specified, the recognized transformations are applied to this `targetItem` instead of `item`. This way you can for example implement a drag or rotation handles for a larger item.

**Properties:**

- *view:* the given `SpaceView`
- *item:* the given instance of `AbstractPlane`
- *element:* the [HTMLElement](https://developer.mozilla.org/en/docs/Web/API/HTMLElement) that receives the original pointer events.
- *mode:* the current mode object.

**Methods:**

- *start(mode):* enables the interaction in the given mode. If no mode is given, the default mode is used. Can be called again to update the mode.
Expand Down

0 comments on commit 7fdd0e0

Please sign in to comment.