Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AlgorithmRulesRuleCondition

import type { AlgorithmRulesRuleCondition } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Set of signal comparisons. Equivalent of an if statement.

interface AlgorithmRulesRuleCondition {
signalComparisons?: AlgorithmRulesSignalComparison[];
}

§Properties

§

The value returned if the signalComparisons condition evaluates to TRUE.

§

List of comparisons that build if statement condition. The comparisons are combined into a single condition with AND logical operators.