@override getBindingProperty(String key) { switch (key) { case 'type': return type; default: return super.getBindingProperty(key); } }