Skip to content

@pinia/root / pinia / PiniaCustomProperties

PiniaCustomProperties<Id, S, G, A> ​

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

Type Parameters ​

Id ​

Id extends string = string

S ​

S extends StateTree = StateTree

G ​

G = _GettersTree<S>

A ​

A = _ActionsTree

Released under the MIT License.