API Reference / associationType · function

Function: associationType()

function associationType(
   planetA, 
   signA, 
   planetB, 
   signB): string | null;

How two planets associate: "conjunction" | "exchange" | "aspect" | null.

Parameters

ParameterType
planetAstring
signAnumber
planetBstring
signBnumber

Returns

string | null