Event Actions
Standard Actions
const dataevent = new wire.data.DataEvent()
.dataselect()
.action().replace()
.cell("product", "SKU001")
.raise();...
ev.action().add();
ev.action().remove();
ev.action().clear();
...Custom Actions
Last updated
Was this helpful?