MCPcopy
hub / github.com/DHTMLX/gantt / IViewBox

Interface IViewBox

src/ext/tooltip/tooltip.ts:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10interface IViewBox extends IViewPosition{
11 width: number;
12 height: number;
13 bottom: number;
14 right: number;
15}
16
17export class Tooltip {
18 private _root: HTMLElement;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected