Path : /var/www/html/phkaymedia/vendor/livewire/livewire/js/action/ |
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
Current File : /var/www/html/phkaymedia/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 = { id: this.signature, event, params, } } // Overriding toId() because some EventActions don't have an "el" toId() { return btoa(encodeURIComponent(this.type, this.payload.event, JSON.stringify(this.payload.params))) } }