API Reference / hasPattern · function
Function: hasPattern()
function hasPattern(filter?): Selector;
Matches configuration atoms by kind and/or a participating body.
Parameters
| Parameter | Type |
|---|---|
filter | { body?: string; kind?: string; } |
filter.body? | string |
filter.kind? | string |