@abi-software/flatmap-viewer - v4.2.5
    Preparing search index...

    Type Alias PropertyValueTest

    PropertyValueTest: { [key: string]: PropertyValue }

    Compare the value of properties[key] in the given properties record with PropertyValue and resolve True iff either:

    1. value and PropertyValue are both arrays and they have at least one common value, or:
    2. value is an array which includes PropertyValue, or:
    3. PropertyValue is an array which includes value, or:
    4. neither are arrays and value is equal to PropertyValue

    Type declaration