Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IViewerCapabilities

Describes the capabilities of the current view

export
interface

IViewerCapabilities

Hierarchy

  • IViewerCapabilities

Index

Properties

hasLegend

hasLegend: boolean

Indicates if this viewer has a legend component mounted

type

{boolean}

memberof

IViewerCapabilities

hasNavigator

hasNavigator: boolean

Indicates if this viewer has a zoom slider

type

{boolean}

memberof

IViewerCapabilities

hasSelectionPanel

hasSelectionPanel: boolean

Indicates if this viewer has a selection panel component mounted

type

{boolean}

memberof

IViewerCapabilities

hasStatusBar

hasStatusBar: boolean

Indicates if this viewer has a status bar

type

{boolean}

memberof

IViewerCapabilities

hasTaskBar

hasTaskBar: boolean

Indicates if the Task Pane on this viewer has a Task Bar

type

{boolean}

memberof

IViewerCapabilities

hasTaskPane

hasTaskPane: boolean

Indicates if this viewer as a Task Pane component mounted

type

{boolean}

memberof

IViewerCapabilities

hasToolbar

hasToolbar: boolean

Indicates if this viewer has a primary toolbar mounted

type

{boolean}

memberof

IViewerCapabilities

Generated using TypeDoc