API Reference / enrichContextOptions · function
Function: enrichContextOptions()
function enrichContextOptions(
engine,
chart,
target,
flags?): Pick<ContextOptions, "transits" | "timelords" | "vedic">;
Build ContextOptions extras for a natal chart evaluated at target.
Merge the result into interpretationContext(chart, { ...base, ...extras }).
Parameters
| Parameter | Type |
|---|---|
engine | Engine |
chart | Chart |
target | EnrichTarget |
flags | EnrichFlags |
Returns
Pick<ContextOptions, "transits" | "timelords" | "vedic">