DependsOptions.init property

An async routine that fills extra fields on this class's objects before its dependencies load, for values a requirement filter needs but the initial result does not carry.

Signature:

init?: DataInitializer<T>;

Remarks

Registered without naming the fields it fills, which means every dependency of this class waits for it. Declaring those fields — and so letting unrelated dependencies load alongside it — needs the underlying defineInitializer(), which takes them.

Read this page as plain markdown — no HTML, no navigation. For pasting into an LLM, or for an agent to fetch.