How can I cut (clip) PolyData without closing the surface using vtk.js ?

How can I cut PolyData without closing the surface using vtk.js ?
I would need something like vtkClipPolyData.
I have seen that there is vtkClipClosedSurface but it closes the surface.
I want something like this:
TestImplicitPlaneWidget2

You can add clipping planes on the poly data mapper.

I don’t understand how to do it
Do you mean this ? vtk.js
Could you give me a small example ?