static get properties()

in src/main/resources/static/coverage-percentage-views.js [11:18]


  static get properties() {
    return {
      shown: {
        type: Boolean,
        value: false,
      }
    };
  }