Photo Sphere Viewer
    Preparing search index...

    Class VisibleRangePlugin

    Locks the visible angles

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    viewer: Viewer
    id: "visible-range" = 'visible-range'

    Unique identifier of the plugin

    readonlyOptions: (keyof VisibleRangePluginConfig)[] = ...
    VERSION: string = PKG_VERSION

    Expected version of the core DO NOT USE on custom plugins

    Methods

    • Type Parameters

      • T extends never

        the name of event

      • E extends never

        the class of the event

      Parameters

      • type: T
      • callback: EventListenerObject | ((e: E) => void)
      • Optionaloptions: boolean | AddEventListenerOptions

      Returns void

    • Type Parameters

      • T extends never

        the name of event

      • E extends never

        the class of the event

      Parameters

      • type: never
      • callback: EventListenerObject | ((e: E) => void)
      • Optionaloptions: boolean | EventListenerOptions

      Returns void