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 extends string = string

S extends StateTree = StateTree

G = _GettersTree<S>

A = _ActionsTree

Released under the MIT License.