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

SiteCompanionSetting

import type { SiteCompanionSetting } from "https://googleapis.deno.dev/v1/dfareporting:v4.ts";

Companion Settings

interface SiteCompanionSetting {
companionsDisabled?: boolean;
enabledSizes?: Size[];
imageOnly?: boolean;
kind?: string;
}

§Properties

§
companionsDisabled?: boolean
[src]

Whether companions are disabled for this site template.

§
enabledSizes?: Size[]
[src]

Allowlist of companion sizes to be served via this site template. Set this list to null or empty to serve all companion sizes.

§
imageOnly?: boolean
[src]

Whether to serve only static images as companions.

§
kind?: string
[src]

Identifies what kind of resource this is. Value: the fixed string "dfareporting#siteCompanionSetting".