Type alias OpenSeadragonCenterPanelContent

OpenSeadragonCenterPanelContent: CenterPanelContent & {
    attribution: string;
    goHome: string;
    imageUnavailable: string;
    next: string;
    previous: string;
    rotateRight: string;
    zoomIn: string;
    zoomOut: string;
}

Type declaration

  • attribution: string
  • goHome: string
  • imageUnavailable: string
  • next: string
  • previous: string
  • rotateRight: string
  • zoomIn: string
  • zoomOut: string

Generated using TypeDoc