Function testBlockForMatchToMask
testBlockForMatchToMask( block?: Block, matches?: | { states?: { [id: string]: string | number | boolean }; type: string; } | { states?: { [id: string]: string | number | boolean }; type: string }[],): boolean Parameters
Optionalblock: BlockOptionalmatches:
| { states?: { [id: string]: string
| number
| boolean }; type: string }
| { states?: { [id: string]: string | number | boolean }; type: string }[]
Returns boolean