API Reference / hasDegree · function
Function: hasDegree()
function hasDegree(filter?): Selector;
Matches a point's zodiacal-degree atom by point (a body id, "asc", or
"mc"), sign, ordinal degree within the sign (1-30: a body at 14°30'
Aries is in the 15th degree, the degree-symbol convention), and/or the
ten-degree face index (1-3).
Parameters
| Parameter | Type |
|---|---|
filter | { degree?: number; face?: number; point?: string; sign?: string; } |
filter.degree? | number |
filter.face? | number |
filter.point? | string |
filter.sign? | string |