import {bindable, bindingMode} from 'aurelia-framework'; export class MyTextarea { @bindable({ defaultBindingMode: bindingMode.twoWay }) value; }