static get properties()

in src/main/resources/static/coverage-percentage-views.js [30:43]


  static get properties() {
    return {
      shown: {
        type: Boolean,
        value: false,
      },
      changeNum: String,
      patchRange: Object,
      path: String,
      provider: Function,
      percentageText: String,
      type: String,
    };
  }