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

FsCommand

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

FsCommand.

interface FsCommand {
left?: number;
positionOption?: "CENTERED" | "DISTANCE_FROM_TOP_LEFT_CORNER";
top?: number;
windowHeight?: number;
windowWidth?: number;
}

§Properties

§
left?: number
[src]

Distance from the left of the browser.Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.

§
positionOption?: "CENTERED" | "DISTANCE_FROM_TOP_LEFT_CORNER"
[src]

Position in the browser where the window will open.

§
top?: number
[src]

Distance from the top of the browser. Applicable when positionOption is DISTANCE_FROM_TOP_LEFT_CORNER.

§
windowHeight?: number
[src]

Height of the window.

§
windowWidth?: number
[src]

Width of the window.