Kind: Function
Source: atloria-monorepo/libs/parser-core/src/utils/pinia-pattern-detector.ts
Build state flow from detected Pinia patterns
Signature
tsfunction buildPiniaStateFlow(_stores: PiniaStorePattern[], actions: PiniaActionPattern[], getters: PiniaGetterPattern[]): StateFlow | null
Parameters
| Name | Type |
|---|---|
_stores | PiniaStorePattern[] |
actions | PiniaActionPattern[] |
getters | PiniaGetterPattern[] |
Returns: StateFlow | null
Was this page helpful?