| Current Path : /var/www/html/eddcfa.sumar.com.py_old/vendor/livewire/livewire/js/action/ |
| Current File : /var/www/html/eddcfa.sumar.com.py_old/vendor/livewire/livewire/js/action/event.js |
import Action from '.'
export default class extends Action {
constructor(event, params, el) {
super(el)
this.type = 'fireEvent'
this.payload = {
event,
params,
}
}
// Overriding toId() becuase some EventActions don't have an "el"
toId() {
return btoa(encodeURIComponent(this.type, this.payload.event, JSON.stringify(this.payload.params)))
}
}