IDependencyResolverScopeProps.deps - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / IDependencyResolverScopeProps / deps property
An optional set of dependencies for which the scope should be refreshed. The contents of the array is compared at a shallow level to determine if it has changes.
Property type: readonly
any
[].
readonly deps?: readonly any[]
Source reference: src/dependencies/DependencyResolverContext.ts:66
.