Skip to content

API Documentation / pinia / PiniaCustomStateProperties

Interface: PiniaCustomStateProperties<S>

pinia.PiniaCustomStateProperties

Properties that are added to every store.$state by pinia.use().

Type parameters

NameType
Sextends StateTree = StateTree

Released under the MIT License.