Options
All
  • Public
  • Public/Protected
  • All
Menu

Abstraction of the Application interface to be used with the Draggable class as a substitute for the app This class will represent one popout feed window and handle its positioning and draggability

param view

The CameraViews application that this popout belongs to

param userId

ID of the user this popout belongs to

param element

The div element of this specific popout window

Hierarchy

  • CameraPopoutAppWrapper

Index

Constructors

Properties

view: any
element: any
userId: any
popOut: boolean
options: {}

Type declaration

    Accessors

    • get position(): any
    • Get the current position of this popout window

      Returns any

    Methods

    • setPosition(options?: {}): any
    • override

      Parameters

      • options: {} = {}

        Returns any

      • _onResize(event: any): void
      • Parameters

        • event: any

        Returns void

      • bringToTop(): void
      • override

        Returns void