Options
All
  • Public
  • Public/Protected
  • All
Menu

Describes a search command

export
interface

ISearchCommand

Hierarchy

Index

Properties

filter?: string

The search filter to apply based on user input

memberof

ISearchCommand

icon?: string

The icon for this command

memberof

ISearchCommand

iconClass?: string
layer: string

The name of the map layer this commmand applies to

memberof

ISearchCommand

matchLimit: number

The maximum number of results to return

memberof

ISearchCommand

prompt: string

The prompt to display in the search command UI

memberof

ISearchCommand

resultColumns: ResultColumnSet

The set of feature properties to show in the search results

memberof

ISearchCommand

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

The title to display in the search command UI

memberof

ISearchCommand

Generated using TypeDoc