Function testBlockForMatch
testBlockForMatch( block: Block, matches: | { id: string; states?: { [id: string]: string | number | boolean } } | { id: string; states?: { [id: string]: string | number | boolean } }[],): boolean Parameters
- block: Block
- matches:
| { id: string; states?: { [id: string]: string
| number
| boolean } }
| { id: string; states?: { [id: string]: string | number | boolean } }[]
Returns boolean