Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/tab-extractor.ts
Signature
tsfunction extractTabs(templateContent: string | undefined, filePath: string, componentName: string, framework: 'angular' | 'vue' | 'react'): TabDefinition[]
Parameters
| Name | Type |
|---|---|
templateContent | `string |
filePath | string |
componentName | string |
framework | `'angular' |
Returns: TabDefinition[]
Was this page helpful?