Documentation

silent

code that you pass here as the parameter will not be affected by 'onStoreUpdated' event handler

void silent(function code);

Parameters

codefunctionthe code that the method will be assigned to

See also

Details

If you use Dataprocessor, the alternative to this is its ignore method.

Back to top