* Get this thing's href. * * @returns {String} The href.
()
| 152 | * @returns {String} The href. |
| 153 | */ |
| 154 | getHref(): string { |
| 155 | if (this.hrefPrefix) { |
| 156 | return this.hrefPrefix; |
| 157 | } |
| 158 | |
| 159 | return '/'; |
| 160 | } |
| 161 | |
| 162 | /** |
| 163 | * Get this thing's UI href. |