vlocode-project - v1.41.2
    Preparing search index...

    Interface UiFormulaCriterion

    interface UiFormulaCriterion {
        leftValue: string;
        operator: string;
        rightValue?: string;
    }
    Index

    Properties

    leftValue: string
    operator: string
    rightValue?: string