vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface UiFormulaCriterion

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

    Properties

    leftValue: string
    operator: string
    rightValue?: string