Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DOMContainer

Hierarchy

  • DOMContainer

Index

Properties

container

container: HTMLDivElement

The id or node representing the DOM element containing the view.

Read more...

Readonly focused

focused: boolean

Indicates if the browser focus is on the view.

Read more...

Readonly height

height: number

The height of the view in pixels read from the view container element.

Read more...

popup

popup: Popup

A Popup object that displays general content or attributes from layers in the map.

Read more...

Readonly resizing

resizing: boolean

Indicates if the view is being resized.

Read more...

Readonly size

size: number[]

An array containing the width and height of the view in pixels, e.g.

Read more...

Readonly suspended

suspended: boolean

Indicates if the view is visible on the page.

Read more...

ui

Exposes the default widgets available in the view and allows you to toggle them on and off.

Read more...

Readonly width

width: number

The width of the view in pixels read from the view container element.

Read more...

Generated using TypeDoc