API Reference / hasCompositeAspect · function
Function: hasCompositeAspect()
function hasCompositeAspect(filter?): Selector;
Matches an aspect between two bodies of the composite chart. Mirrors
hasAspect: a/b are positional (the atom orders its pair by the
engine's body order), between matches either way round.
Parameters
| Parameter | Type |
|---|---|
filter | { a?: string; aspect?: string; b?: string; between?: [string, string]; minStrength?: number; } |
filter.a? | string |
filter.aspect? | string |
filter.b? | string |
filter.between? | [string, string] |
filter.minStrength? | number |