static get properties()

in gr-reviewassistant/gr-reviewassistant-htmllabel.js [32:39]


  static get properties() {
    return {
      content: {
        type: String,
        observer: '_contentChanged',
      },
    };
  }