...
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 |
active | boolean | yes | If |
zoom | boolean | yes | If |
...