MCPcopy
hub / github.com/ajaxorg/ace / ScrollBar

Interface ScrollBar

ace.d.ts:64–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

62 isDark?: boolean;
63 }
64 interface ScrollBar {
65 setVisible(visible: boolean): void;
66 [key: string]: any;
67 }
68 interface HScrollbar extends ScrollBar {
69 setWidth(width: number): void;
70 }

Callers

nothing calls this directly

Implementers 2

Scrollbarsrc/scrollbar.js
ScrollBarsrc/scrollbar_custom.js

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…