Home
Using Smart NgRX
Demo Walkthrough
API
@smarttools/smart-ngrx / Interface

RowProxyDelete

Provides an interface we can use to access the delete method on a row once it has been wrapped with a RowProxy

Methods

delete()

This deletes the row from the store and the server

Presentation
delete(): void;
Returns
void