Skip to content

Complete guide to

Mastering Pinia

written by its creator

API Documentation / pinia / MapStoresCustomization

Interface: MapStoresCustomization

pinia.MapStoresCustomization

Interface to allow customizing map helpers. Extend this interface with the following properties:

  • suffix: string. Affects the suffix of mapStores(), defaults to Store.

Released under the MIT License.