Blazor.Diagrams icon indicating copy to clipboard operation
Blazor.Diagrams copied to clipboard

There is no async version of ShouldDelete{Node|Link|Group}

Open rborosak opened this issue 3 years ago • 0 comments

I need to do some checks to make sure that the node can be deleted but there isn't an async version of ShouldDeleteNode?

I would be great if you could add something like Func<NodeModel, Task<bool>> ShouldDeleteNodeAsync()

rborosak avatar Sep 30 '21 19:09 rborosak