Standalone<Self, Id, K, C>Standalone single-scope store class from scoped.
modelsscoped
Source src/Store.ts:15346 lines
export type type Standalone<
Self,
Id extends string,
K extends string,
C extends StoreContractValue
> = any
Standalone single-scope store class from
scoped
.
Standalone<
function (type parameter) Self in type Standalone<Self, Id extends string, K extends string, C extends StoreContractValue>Self,
function (type parameter) Id in type Standalone<Self, Id extends string, K extends string, C extends StoreContractValue>Id extends string,
function (type parameter) K in type Standalone<Self, Id extends string, K extends string, C extends StoreContractValue>K extends string,
function (type parameter) C in type Standalone<Self, Id extends string, K extends string, C extends StoreContractValue>C extends import StoreContractValueStoreContractValue,
> = type StandaloneStore<
Self,
Id extends string,
K extends string = string,
C extends StoreContractValue = StoreContractValue,
Tag extends
| StoreScopeTag
| undefined = undefined
> = any
Standalone single-scope store class with attached
Storage
layers.
StandaloneStore<function (type parameter) Self in type Standalone<Self, Id extends string, K extends string, C extends StoreContractValue>Self, function (type parameter) Id in type Standalone<Self, Id extends string, K extends string, C extends StoreContractValue>Id, function (type parameter) K in type Standalone<Self, Id extends string, K extends string, C extends StoreContractValue>K, function (type parameter) C in type Standalone<Self, Id extends string, K extends string, C extends StoreContractValue>C>;