(childMenu: ChildMenu)
| 64 | } |
| 65 | |
| 66 | function constructHeaderLineString(childMenu: ChildMenu): string { |
| 67 | return `\n\n- <h2>${childMenu.header}</h2> \n`; |
| 68 | } |
| 69 | |
| 70 | function constructTopLevelNavString(activeHeader: string): string { |
| 71 | var topLevelNavHTMLString: string = `\n<sl-menu>`; |
no outgoing calls
no test coverage detected