Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Magnifier

Hierarchy

Index

Properties

declaredClass

declaredClass: string

destroyed

destroyed: boolean

factor

factor: number

Controls the amount of magnification to display.

Read more...

initialized

initialized: boolean

maskEnabled

maskEnabled: boolean

Indicates whether the mask image is enabled.

Read more...

maskUrl

maskUrl: string

The mask url points to an image that determines the visible area of the magnified image (alpha channel).

Read more...

offset

offset: ScreenPoint

The offset of the magnifier in pixels.

Read more...

overlayEnabled

overlayEnabled: boolean

Indicates whether the overlay image is enabled.

Read more...

overlayUrl

overlayUrl: string

The overlay url points to an image that is displayed on top of the magnified image.

Read more...

position

position: ScreenPoint

The position of the magnifier in pixels.

Read more...

size

size: number

The size of the magnifier in pixels.

Read more...

visible

visible: boolean

Indicates whether the magnifier is visible.

Read more...

Methods

Protected _get

  • _get(propertyName: string): any
  • _get<T>(propertyName: string): T
  • Parameters

    • propertyName: string

    Returns any

  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

Protected _set

  • _set<T>(propertyName: string, value: T): Magnifier
  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns Magnifier

destroy

  • destroy(): void
  • Returns void

get

  • get<T>(propertyName: string): T
  • get(propertyName: string): any
  • Type parameters

    • T

    Parameters

    • propertyName: string

    Returns T

  • Parameters

    • propertyName: string

    Returns any

Protected notifyChange

  • notifyChange(propertyName: string): void
  • Parameters

    • propertyName: string

    Returns void

set

  • Type parameters

    • T

    Parameters

    • propertyName: string
    • value: T

    Returns Magnifier

  • Parameters

    Returns Magnifier

watch

  • Parameters

    • path: string | string[]
    • callback: WatchCallback
    • Optional sync: boolean

    Returns WatchHandle

Generated using TypeDoc