Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

name

type

optional

description

entity

string

no

The id of the entity who's selection should be updated

ids

object or object[]

no

The id or array of ids to update the selection with

operator

'REPLACE', 'ADD', 'REMOVE', 'REFINE', 'CLEAR'

yes

Determines what will be done with the selection set relative to the current selection, the default if not set is 'REPLACE'

clearOthers

boolean

yes

If true the selections for all other entities will be cleared during the processing of this action, if false or not set then other entities selections will be untouched

active

boolean

yes

If true or not set then the active entity will also be changed to this entity, if set to false then the active entity won't be changed

zoom

boolean

yes

If true or not set then the map will also zoom to the new selection extent, if set to false then the map extent won't be changed

...