API Documentation / pinia / StoreProperties

Interface: StoreProperties<Id>

pinia.StoreProperties

Properties of a store.

Type parameters

NameType
Idextends string

Hierarchy

Properties

$id

$id: Id

Unique identifier of the store

Defined in

pinia/src/types.ts:265