API Reference / ChartSignature · interface
Interface: ChartSignature
Properties
| Property | Type | Description |
|---|---|---|
<a id="angularity"></a> angularity | Record<string, number> | Bodies per angularity (angular/succedent/cadent), house-based. |
<a id="bodies"></a> bodies | string[] | The bodies counted, sorted. |
<a id="dominant"></a> dominant | { element: string; modality: string; sign: string | null; } | Argmax of the distributions; sign is the most-occupied sign (>=2) or null. |
dominant.element | string | - |
dominant.modality | string | - |
dominant.sign | string | null | - |
<a id="elements"></a> elements | Record<string, number> | Bodies per element (fire/earth/air/water). |
<a id="hemispheres"></a> hemispheres | Record<string, number> | Bodies above/below the horizon and east/west, house-based. |
<a id="modalities"></a> modalities | Record<string, number> | Bodies per modality (cardinal/fixed/mutable). |
<a id="quadrants"></a> quadrants | Record<string, number> | Bodies per quadrant ("1"-"4"), house-based. |
<a id="ruler"></a> ruler | string | null | Classical ruler of the Ascendant's sign, or null when no Ascendant given. |