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