UNPKG

imep-vue-form-builder

Version:

Vue Form Builder PRO MAX built from top of Vue. Super dynamic and flexible including Drag and Drop feature.

16 lines (14 loc) 325 B
export default class SidebarRenderer { runnerId = '' // to recognize which components are triggering... component = null data = {} constructor( runnerId, component, data = {} ) { this.runnerId = runnerId this.component = component this.data = data } }