(titleOnly)
| 536 | } |
| 537 | |
| 538 | getHeaderText (titleOnly) { |
| 539 | if (this.header_text) return this.header_text |
| 540 | else if (titleOnly) return this.translateProperty(this.schema.title) |
| 541 | else return this.getTitle() |
| 542 | } |
| 543 | |
| 544 | getPathDepth () { |
| 545 | return this.path.split('.').length |
no test coverage detected