properties: {
    myValue: {
      type: String,
      value: '',
      observer: function (newVal) {
        // your code
      }
    }
}