Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MultiSelectableCanvas

Hierarchy

Index

Constructors

constructor

  • Parameters

    • Optional jsonld: any
    • Optional options: IManifestoOptions

    Returns MultiSelectableCanvas

Properties

__jsonld

__jsonld: any

context

context: string

externalResource

externalResource: IExternalResource

id

id: string

index

index: number

multiSelectEnabled

multiSelectEnabled: boolean

multiSelected

multiSelected: boolean

options

options: IManifestoOptions

ranges

ranges: Range[]

Methods

getCanonicalImageUri

  • getCanonicalImageUri(w?: undefined | number): string
  • Parameters

    • Optional w: undefined | number

    Returns string

getContent

  • getContent(): Annotation[]
  • Returns Annotation[]

getDefaultLabel

  • getDefaultLabel(): string | null
  • Returns string | null

getDuration

  • getDuration(): number | null
  • Returns number | null

getFormat

  • getFormat(): MediaType | null
  • Returns MediaType | null

getHeight

  • getHeight(): number
  • Returns number

getIIIFResourceType

  • getIIIFResourceType(): IIIFResourceType
  • Returns IIIFResourceType

getImages

  • getImages(): Annotation[]
  • Returns Annotation[]

getIndex

  • getIndex(): number
  • Returns number

getLabel

  • getLabel(): LanguageMap
  • Returns LanguageMap

getMaxDimensions

  • getMaxDimensions(): Size | null
  • Returns Size | null

getMaxHeight

  • getMaxHeight(): number | null
  • Returns number | null

getMaxWidth

  • getMaxWidth(): number
  • Returns number

getMetadata

  • getMetadata(): LabelValuePair[]
  • Returns LabelValuePair[]

getOtherContent

  • getOtherContent(): Promise<AnnotationList[]>
  • Returns Promise<AnnotationList[]>

getProperty

  • getProperty(name: string): any
  • Parameters

    • name: string

    Returns any

getRendering

  • getRendering(format: RenderingFormat): Rendering | null
  • Parameters

    • format: RenderingFormat

    Returns Rendering | null

getRenderings

  • getRenderings(): Rendering[]
  • Returns Rendering[]

getResources

  • getResources(): Annotation[]
  • Returns Annotation[]

getService

  • getService(profile: ServiceProfile): Service | null
  • Parameters

    • profile: ServiceProfile

    Returns Service | null

getServices

  • getServices(): Service[]
  • Returns Service[]

getThumbnail

  • getThumbnail(): Thumbnail | null
  • Returns Thumbnail | null

getType

  • getType(): ExternalResourceType | null
  • Returns ExternalResourceType | null

getWidth

  • getWidth(): number
  • Returns number

isAnnotation

  • isAnnotation(): boolean
  • Returns boolean

isCanvas

  • isCanvas(): boolean
  • Returns boolean

isCollection

  • isCollection(): boolean
  • Returns boolean

isManifest

  • isManifest(): boolean
  • Returns boolean

isRange

  • isRange(): boolean
  • Returns boolean

isSequence

  • isSequence(): boolean
  • Returns boolean

Generated using TypeDoc