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

Border

import { Border } from "https://onofficiel.github.io/border/w96/doc.js";
class Border {
constructor();
blugin;
event;
keybinds: any[];
protocols;
Tab;
version: string;
window;
 
generateId();
handleURI(url);
}

§Constructors

§
new Border()
[src]

The Border Class.

§Properties

§
blugin
[src]
§
event
[src]

The Border event system API.

§
keybinds: any[]
[src]

All active shortcuts.

§
protocols
[src]

All active protocols.

§

Class for Border tab utilities.

§
version: string
[src]

The current Border version.

§
window
[src]

The Border window object.

§Methods

§
generateId()
[src]

Generate Id.

@return

The generated Id.

§
handleURI(url)
[src]

Handle URI

@param url

The URI to handle.

@return

The handled URI.