DeleteHandlerOptions is empty in the documentation #408
Labels
Comments
The solution is simply to omit the field entirely if you do not want to use it: `
` I pulled the above lines straight from the source code, as you can see the remove property can either be null or false. I propose opening a bug and removing/rewording these comments and updating the documentation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, the documentation of DeleteHandlerOptions is empty. Does it mean the object doesn't really have any properties or is it just missing?
I've found this old issue #119, which requests to add
selectedPathOptions
toDeleteHandlerOptions
, which happens to be the only property onEditHandlerOptions
. This makes me think thatDeleteHandlerOptions
doesn't have any properties, is that correct?In which case, what is the point of the property? Is it for future ideas?
Thanks for clarification
The text was updated successfully, but these errors were encountered: