Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes a command that invokes a URL into a specified target

export
interface

IInvokeUrlCommand

Hierarchy

Index

Properties

disableIfSelectionEmpty?: boolean

Indicates whether to disable this command if there is no map selection

memberof

IInvokeUrlCommand

icon?: string

The icon for this command

memberof

IInvokeUrlCommand

iconClass?: string

Additional command parameters

memberof

IInvokeUrlCommand

Specifies the target which the URL should be invoked in

memberof

IInvokeUrlCommand

targetFrame?: string

The name of the frame to run this command in. Only applies if the target is "SpecifiedFrame"

title?: string
since

0.12.8

url: string

The URL to invoke

memberof

IInvokeUrlCommand

Generated using TypeDoc