Skip to content

API Documentation / pinia / PiniaCustomProperties

Interface: PiniaCustomProperties<Id, S, G, A>

pinia.PiniaCustomProperties

Interface to be extended by the user when they add properties through plugins.

Type parameters

NameType
Idextends string = string
Sextends StateTree = StateTree
G_GettersTree<S>
A_ActionsTree

Released under the MIT License.