MCPcopy
hub / github.com/jcubic/jquery.terminal / geometry

Interface geometry

js/jquery.terminal.d.ts:82–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 height: number
81 };
82 interface geometry {
83 padding: {
84 left: number,
85 right: number,
86 top: number,
87 bottom: number
88 };
89 terminal: size;
90 char: size;
91 cols: number;
92 rows: number;
93 }
94
95 type insertOptions = {
96 stay?: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…