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

OnScreenPositionTargetingOptionDetails

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

Represents a targetable on screen position, which could be used by display and video ads. This will be populated in the on_screen_position_details field when targeting_type is TARGETING_TYPE_ON_SCREEN_POSITION.

interface OnScreenPositionTargetingOptionDetails {
readonly onScreenPosition?:
| "ON_SCREEN_POSITION_UNSPECIFIED"
| "ON_SCREEN_POSITION_UNKNOWN"
| "ON_SCREEN_POSITION_ABOVE_THE_FOLD"
| "ON_SCREEN_POSITION_BELOW_THE_FOLD";
}

§Properties

§
readonly onScreenPosition?: "ON_SCREEN_POSITION_UNSPECIFIED" | "ON_SCREEN_POSITION_UNKNOWN" | "ON_SCREEN_POSITION_ABOVE_THE_FOLD" | "ON_SCREEN_POSITION_BELOW_THE_FOLD"
[src]

Output only. The on screen position.