Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

activeTransient

activeTransient: Observable<boolean>

True if the item has an associated transient that is currently visible.

app

The {@link geocortex.essentialsHtmlViewer.ViewerApplication} that this menu instance belongs to.

command

Associated command to execute.

cssClass

cssClass: Observable<string>

Associated css class.

disabled

disabled: Observable<boolean>

True if disabled

hasSmallLayout

hasSmallLayout: Observable<boolean>

Whether the tool has the ability to be displayed as small..

hidden

hidden: Observable<boolean>

True if disabled and hideOnDisable = true

hideOnDisable

hideOnDisable: Observable<boolean>

Hide this item entirely if disabled.

iconUri

iconUri: Observable<string>

Icon for display in toolbar.

id

id: string

isActive

isActive: Observable<boolean>

True if the item is active

items

Collection of items for the Toolbar.

libraryId

libraryId: string

The library used for resource obtaining.

name

name: Observable<string>

regionName

regionName: string

Name of the ToolbarRegion Region.

selectedTool

Currently selected tool. (Flyout specific)

subscriptionToken

subscriptionToken: string

tool

tool: ToolBase

The actual tool stored.

toolChangeActive

toolChangeActive: Observable<boolean>

Whether the multitool flyout is open. (Flyout specific)

tooltip

tooltip: Observable<string>

Tooltip for mouseover.

type

type: string

Methods

activate

  • activate(): void
  • Returns void

areAllHidden

deactivate

  • deactivate(): void
  • Returns void

execute

  • execute(): void
  • Returns void

onDestroy

  • onDestroy(): void
  • Returns void

setHidden

  • setHidden(): void
  • Returns void