API Reference / hasParallel · function
Function: hasParallel()
function hasParallel(filter?): Selector;
Matches a parallel or contraparallel of declination. between is an
unordered pair; body matches either member; declination narrows to
"parallel" or "contraparallel".
Parameters
| Parameter | Type |
|---|---|
filter | { between?: [string, string]; body?: string; declination?: "parallel" | "contraparallel"; maxOrb?: number; } |
filter.between? | [string, string] |
filter.body? | string |
filter.declination? | "parallel" | "contraparallel" |
filter.maxOrb? | number |