Interface: CustomTileSource
Defined in: types/openseadragon.ts:7
A custom tile source that resolves tile URLs programmatically
Methods
getTileUrl()
getTileUrl(
level,x,y):string| (() =>string)
Defined in: types/openseadragon.ts:16
Returns the URL for a specific tile
Parameters
level
number
Pyramid level
x
number
Tile column index
y
number
Tile row index
Returns
string | (() => string)
The tile URL, or a function that returns the URL