MCPcopy
hub / github.com/openseadragon/openseadragon / TileSourceOptions

Interface TileSourceOptions

types/index.d.ts:483–499  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

481 }
482
483 interface TileSourceOptions {
484 url?: string;
485 referenceStripThumbnailUrl?: string;
486 success?: (event: Event) => void;
487 ajaxWithCredentials?: string | boolean;
488 ajaxHeaders?: object;
489 splitHashDataForPost?: boolean;
490 width?: number;
491 height?: number;
492 tileSize?: number;
493 tileWidth?: number;
494 tileHeight?: number;
495 tileOverlap?: number;
496 minLevel?: number;
497 maxLevel?: number;
498 ready?: boolean;
499 }
500
501 interface ButtonOptions {
502 userData?: object;

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…