API Reference / activeReturns · function
Function: activeReturns()
function activeReturns(
natal,
engine,
transitJd,
opts?): ReturnHit[];
Planetary returns in progress at transitJd: each body of the natal chart
whose transiting position is within orb of its own natal longitude,
numbered by count. A newborn chart reports nothing (nth >= 1).
Parameters
| Parameter | Type |
|---|---|
natal | Chart |
engine | Engine |
transitJd | number |
opts | { maxOrb?: number; zodiac?: Zodiac; } |
opts.maxOrb? | number |
opts.zodiac? | Zodiac |