API Documentation / pinia / PiniaCustomStateProperties
Interface: PiniaCustomStateProperties<S>
pinia.PiniaCustomStateProperties
Properties that are added to every store.$state by pinia.use().
Type parameters
| Name | Type |
|---|---|
S | extends StateTree = StateTree |