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

ZoneBoundary

import type { ZoneBoundary } from "https://googleapis.deno.dev/v1/tagmanager:v2.ts";

Represents a Zone's boundaries.

interface ZoneBoundary {
condition?: Condition[];
customEvaluationTriggerId?: string[];
}

§Properties

§
condition?: Condition[]
[src]

The conditions that, when conjoined, make up the boundary.

§
customEvaluationTriggerId?: string[]
[src]

Custom evaluation trigger IDs. A zone will evaluate its boundary conditions when any of the listed triggers are true.