API Reference / ReturnAtom · interface
Interface: ReturnAtom
A planetary return in progress: the transiting body within orb of its own natal longitude, numbered by count (Saturn's first return vs its second).
Extends
FactAtomBase
Properties
| Property | Type | Description | Overrides | Inherited from |
|---|---|---|---|---|
<a id="bodies"></a> bodies | string[] | Body ids this atom concerns (empty for body-less signature facets). | - | FactAtomBase.bodies |
<a id="body"></a> body | string | - | - | - |
<a id="id"></a> id | string | Stable, content-addressable id, e.g. "placement:mars" or "aspect:mars~saturn:square". Interpretations cite this. | - | FactAtomBase.id |
<a id="kind"></a> kind | "return" | - | FactAtomBase.kind | - |
<a id="nth"></a> nth | number | Which return this is (1 = first). | - | - |
<a id="orb"></a> orb | number | Orb from the natal longitude, degrees. | - | - |
<a id="phase"></a> phase | AspectPhase | - | - | - |
<a id="salience"></a> salience | number | Transparent salience (higher = more prominent); see SalienceWeights. | - | FactAtomBase.salience |
<a id="text"></a> text | string | Plain-language statement of the fact -- no interpretation. | - | FactAtomBase.text |