Skip to content

API DocumentationDocs


API Documentation / pinia / _GettersTree

Type Alias: _GettersTree<S>

_GettersTree<S>: Record<string, (state) => any | () => any>

Type of an object of Getters that infers the argument. For internal usage only. For internal use only

Type Parameters

S extends StateTree

Released under the MIT License.