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

Window

import type { Window } from "https://gist.githubusercontent.com/MindfulMinun/80ac136be45a5eb0fd2d0793da27ebb9/raw/sugarrush.ts";
interface Window {
address: Address;
at: [number, number];
class: string;
fakeFullscreen: boolean;
floating: boolean;
focusHistoryID: number;
fullscreen: boolean;
fullscreenMode: number;
grouped: unknown[];
hidden: boolean;
initialClass: string;
initialTitle: string;
mapped: boolean;
monitor: number;
pid: number;
pinned: boolean;
size: [number, number];
swallowing: string;
title: string;
workspace: {
id: number;
name: string;
}
;
xwayland: boolean;
}

§Properties

§
address: Address
[src]
§
at: [number, number]
[src]
§
class: string
[src]
§
fakeFullscreen: boolean
[src]
§
floating: boolean
[src]
§
focusHistoryID: number
[src]
§
fullscreen: boolean
[src]
§
fullscreenMode: number
[src]
§
grouped: unknown[]
[src]
§
hidden: boolean
[src]
§
initialClass: string
[src]
§
initialTitle: string
[src]
§
mapped: boolean
[src]
§
monitor: number
[src]
§
pid: number
[src]
§
pinned: boolean
[src]
§
size: [number, number]
[src]
§
swallowing: string
[src]
§
title: string
[src]
§
workspace: {
id: number;
name: string;
}
[src]
§
xwayland: boolean
[src]