Selection
import { Selection } from "https://raw.githubusercontent.com/takker99/scrapbox-userscript-std/0.14.10/mod.ts";
class Selection extends BaseStore { }
constructor();
get lines(): unknown[];
private fixRange(): void;
clear(): void;
getSelectedText(): string;
getSelectionsHeight(): number;
getSelectionTop(): number;
hasSelectionAll(): boolean;
selectAll(): void;
class Selection extends BaseStore { }
constructor();
get lines(): unknown[];
private fixRange(): void;
clear(): void;
getSelectedText(): string;
getSelectionsHeight(): number;
getSelectionTop(): number;
hasSelectionAll(): boolean;
selectAll(): void;