mce
    Preparing search index...

    Interface InteractionCondition

    interface InteractionCondition {
        op: ConditionOp;
        value: any;
        variableId: string;
    }
    Index

    Properties

    Properties

    value: any
    variableId: string