Methods
Selection

deselect

removes specified objects from the selection in the viewer example usage const objectids = \["object 1", "object 2"]; viewer2d deselect(objectids); parameters objectids list of object ids to remove from the selection type required array\[string] yes