Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/vue-detector.ts
Detected Vue component
Properties
| Property | Type |
|---|---|
entityId | string |
name | string |
filePath | string |
apiStyle | `'composition' |
props | VueProp[] |
emits | string[] |
reactiveState | string[] |
computed | string[] |
methods | string[] |
composables | string[] |
childComponents | string[] |
watchers | string[] |
confidence | `'high' |
Was this page helpful?