Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
vendor
/
livewire
/
livewire
/
js
/
action
:
method.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
import Action from '.' export default class extends Action { constructor(method, params, el, skipWatcher = false) { super(el, skipWatcher) this.type = 'callMethod' this.method = method this.payload = { id: this.signature, method, params, } } }