MCPcopy
hub / github.com/openseadragon/openseadragon / NavImages

Interface NavImages

types/index.d.ts:259–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

257 }
258
259 interface NavImages {
260 zoomIn: NavImagesValues;
261 zoomOut: NavImagesValues;
262 home: NavImagesValues;
263 fullpage: NavImagesValues;
264 rotateleft: NavImagesValues;
265 rotateright: NavImagesValues;
266 flip: NavImagesValues;
267 previous: NavImagesValues;
268 next: NavImagesValues;
269 }
270
271 type DrawerType = "auto" | "html" | "canvas" | "webgl";
272 type DrawerConstructor = new (options: TDrawerOptions) => DrawerBase;

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…