Skip to content

extractTabs

reference
1 min readUpdated

Kind: Function

Source: atloria-monorepo/libs/parser-core/src/utils/tab-extractor.ts

Signature

ts
function extractTabs(templateContent: string | undefined, filePath: string, componentName: string, framework: 'angular' | 'vue' | 'react'): TabDefinition[]

Parameters

NameType
templateContent`string
filePathstring
componentNamestring
framework`'angular'

Returns: TabDefinition[]

Was this page helpful?

Download as PDF