import Element from './path/to/Element' // imagine this element const $element = new Element({ id: 'foo' }); $element.setValue('bar'); $element.getValue(); // bar