()
| 179 | } |
| 180 | |
| 181 | onBeforeRendering() { |
| 182 | this._hasIcon = this.hasIcon || !!this._semanticIconName; |
| 183 | this._iconOnly = this.iconOnly; |
| 184 | } |
| 185 | |
| 186 | get _roleDescription() { |
| 187 | return Tag.i18nBundle.getText(TAG_ROLE_DESCRIPTION); |
no outgoing calls
no test coverage detected