Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExtensionViewerBase

Extensions which implement Viewer must subclass this.

Note that TypeScript subclasses should not provide a constructor. Pure JavaScript subclasses can have a constructor but it must pass all of its arguments to the super class.

Hierarchy

  • ExtensionViewerBase

Index

Methods

created

  • created(): void
  • Extension writers can override method to perform set up and initialisation after construction.

    Returns void

getBulkFileHandle

getContainerElement

  • getContainerElement(): HTMLElement
  • Get the container element under which this Viewer's contents can be placed.

    Returns HTMLElement

getMetadata

setBulkFileHandle

updateMetadata

Generated using TypeDoc