Skip to content

IDependencyResolverScopeProps.deps

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

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:65.

Clone this wiki locally