Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryMapFeatureActionOptions

Options for map querying

export
interface

QueryMapFeatureActionOptions

Hierarchy

  • QueryMapFeatureActionOptions

Index

Properties

Optional append

append: undefined | true | false

If true, the selection changes will be appended to the current selection set. False otherwise

type

{boolean}

memberof

QueryMapFeatureActionOptions

Optional callback

callback: undefined | function

An optional callback to invoke on successful operation

memberof

QueryMapFeatureActionOptions

Optional errBack

errBack: undefined | function

An optional callback to invoke on failure

memberof

QueryMapFeatureActionOptions

options

The main set of map querying options

type

{IQueryMapFeaturesOptions}

memberof

QueryMapFeatureActionOptions

Generated using TypeDoc