operationName

name of parameter which will hold operation type

string operationName;

Example

var dp = new webix.DataProcessor({
    master:$$("list"),
    operationName:"operation"
});
 
// then in Form Data you will have
id  7
title   The Shawshank Redemption
operation   delete


Default value:

"webix_operation"
See also
Back to top