Kind: Interface
Source: atloria-monorepo/libs/parser-core/src/utils/pinia-pattern-detector.ts
Pinia store pattern
Properties
| Property | Type |
|---|---|
name | string |
storeId | string |
line | number |
isCompositionAPI | boolean |
stateProps | Array<{ name: string; type?: string }> |
getters | string[] |
actions | Array<{ name: string; isAsync: boolean }> |
Was this page helpful?