API Reference / enrichSynastryOptions · function
Function: enrichSynastryOptions()
function enrichSynastryOptions(
engine,
chartA,
chartB,
opts?): Pick<ContextOptions, "synastry" | "composite">;
Synastry and composite atoms for two natal charts (A is the projection base).
Parameters
| Parameter | Type |
|---|---|
engine | Engine |
chartA | Chart |
chartB | Chart |
opts | { orb?: number; zodiac?: Zodiac; } |
opts.orb? | number |
opts.zodiac? | Zodiac |
Returns
Pick<ContextOptions, "synastry" | "composite">