Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IInvokeUrlCommand

Describes a command that invokes a URL into a specified target

export
interface

IInvokeUrlCommand

Hierarchy

Index

Properties

Optional disableIfSelectionEmpty

disableIfSelectionEmpty: undefined | false | true

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

memberof

IInvokeUrlCommand

Optional icon

icon: undefined | string

The icon for this command

memberof

IInvokeUrlCommand

Optional iconClass

iconClass: undefined | string

parameters

Additional command parameters

memberof

IInvokeUrlCommand

target

Specifies the target which the URL should be invoked in

memberof

IInvokeUrlCommand

Optional targetFrame

targetFrame: undefined | string

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

Optional title

title: undefined | string
since

0.12.8

url

url: string

The URL to invoke

memberof

IInvokeUrlCommand

Generated using TypeDoc