Script API - v1.26.10
    Preparing search index...

    Interface EqualsComparison

    Equal to operator.

    export interface EqualsComparison {
    equals: boolean | number | string;
    }
    interface EqualsComparison {
        equals: string | number | boolean;
    }
    Index

    Properties

    Properties

    equals: string | number | boolean

    Threshold value compared against.