API Reference / Match · interface
Interface: Match
The result of a Selector: did it match, and on which atoms.
Properties
| Property | Type | Description |
|---|---|---|
<a id="atoms"></a> atoms | FactAtom[] | The atoms that satisfied the selector (the provenance). Empty for a satisfied absence test (matchNone). |
<a id="matched"></a> matched | boolean | - |