Kind: Interface
Source: atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/detectors/svelte-detector.ts
Detected Svelte component
Properties
| Property | Type |
|---|---|
entityId | string |
name | string |
filePath | string |
props | SvelteProp[] |
events | string[] |
slots | string[] |
reactiveStatements | number |
stores | string[] |
actions | string[] |
childComponents | string[] |
svelteKit | `{ |
isPage: boolean; isLayout: boolean; hasLoad: boolean; hasActions: boolean;
}| |confidence|'high' | 'medium' | 'low'` |
Was this page helpful?