File Manager

Path: /home/liffinac1/domains/bank.stellerpay.ca/public_html/vendor/livewire/livewire/js/action/

Viewing File: model.js

import Action from '.'

export default class extends Action {
    constructor(name, value, el) {
        super(el)

        this.type = 'syncInput'
        this.name = name
        this.payload = {
            id: this.signature,
            name,
            value,
        }
    }
}