aheber / sfdx-typegen

Generate Typescript d.ts files for Salesforce Aura Component cmp and helper files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Index LWCs as Aura components for type resolution in Aura

aheber opened this issue · comments

commented

If an LWC has an Aura:Id attribute then it is listed as a return type for the cmp.find method. Need to build an index of LWC's through the Aura component interface so we can type cast the find return type.