# Can i get the documentation of ResliceCursor as it is removed from the version 23 in vtk.js.

**URL:** https://discourse.vtk.org/t/can-i-get-the-documentation-of-reslicecursor-as-it-is-removed-from-the-version-23-in-vtk-js/8189
**Category:** Development
**Created:** [March 31, 2022, 7:05pm UTC](https://discourse.vtk.org/t/can-i-get-the-documentation-of-reslicecursor-as-it-is-removed-from-the-version-23-in-vtk-js/8189 "2022-03-31T19:05:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Mayukhdeep\_Mathur](https://discourse.vtk.org/user_avatar/discourse.vtk.org/mayukhdeep_mathur/32/4918_2.png) [@Mayukhdeep\_Mathur](https://discourse.vtk.org/u/Mayukhdeep_Mathur)
#### Post date: [March 31, 2022, 7:05pm UTC](https://discourse.vtk.org/t/can-i-get-the-documentation-of-reslicecursor-as-it-is-removed-from-the-version-23-in-vtk-js/8189/1 "2022-03-31T19:05:08Z")

</div>

I am trying to implment reslice cursor in the vtk.js but now it is not supported by the 23 version of vtk.js how can i get the documentation back.  
Link: [https://github.com/Kitware/vtk-js/tree/master/Sources/Interaction/Widgets/ResliceCursor/ResliceCursorLineRepresentation](https://github.com/Kitware/vtk-js/tree/master/Sources/Interaction/Widgets/ResliceCursor/ResliceCursorLineRepresentation)

---

<div class="post-metadata">

### Author: ![finetjul](https://discourse.vtk.org/user_avatar/discourse.vtk.org/finetjul/32/154_2.png) [@finetjul](https://discourse.vtk.org/u/finetjul)
#### Post date: [April 1, 2022, 5:07am UTC](https://discourse.vtk.org/t/can-i-get-the-documentation-of-reslicecursor-as-it-is-removed-from-the-version-23-in-vtk-js/8189/2 "2022-04-01T05:07:05Z")

</div>

Sources/Interaction/Widgets/ResliceCursor has been replaced by Sources/Widgets/Widget3D/ResliceCursorWidget.  
You might want to look at the associated example.
