Selection
import { Selection } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.24.3/mod.ts";
class Selection extends BaseStore<undefined> { }
constructor();
private fixRange(): void;
clear(): void;
getSelectedText(): string;
getSelectionsHeight(): number;
getSelectionTop(): number;
hasSelectionAll(): boolean;
selectAll(): void;
class Selection extends BaseStore<undefined> { }
constructor();
private fixRange(): void;
clear(): void;
getSelectedText(): string;
getSelectionsHeight(): number;
getSelectionTop(): number;
hasSelectionAll(): boolean;
selectAll(): void;