@epikodelabs/streamix / src/public-api / ScopeConfig
Type Alias: ScopeConfig<T>
ScopeConfig<
T> =DefinedInput<T> &ThisType<ScopeReturn<ScopeOf<T>>>
Defined in: projects/libraries/streamix/src/lib/atoms/scope.ts:457
Accepted normalized definition shape for scope<T>(...).
Values become writable atoms, function values become derived values, nested objects become nested scopes, and method(...) marks imperative actions.
Type Parameters
T
T extends Record<string, any>