API Reference / dignities · function
Function: dignities()
function dignities(body, sign): string[];
Essential dignities a body holds in a sign: any of "domicile",
"exaltation", "detriment", "fall" (the last two are the signs opposite
domicile and exaltation). Empty when the body is peregrine there or has no
classical rulership (the outer planets, Chiron, the nodes).
Parameters
| Parameter | Type | Description |
|---|---|---|
body | string | Body id, e.g. "mars". |
sign | string | number | A sign index 0–11 (Aries = 0) or its name, e.g. "Aries". |
Returns
string[]
The dignities held, in the order above; empty if none.
Example
dignities("mars", "Aries"); // ["domicile"]
dignities("sun", "Libra"); // ["fall"]