Kind: Interface
Source: atloria-monorepo/apps/parser-orchestrator/src/interfaces/entity.interface.ts
Component entity (React, Vue, Angular)
Properties
| Property | Type |
|---|---|
type | EntityType.COMPONENT |
componentType | `'functional' |
props | PropDefinition[] |
hooks | HookUsage[] |
events | EventDefinition[] |
slots | SlotDefinition[] |
childComponents | string[] |
stateManagement | StateManagementInfo |
exports | ExportInfo |
Was this page helpful?