Methods
Space
getBoundingBox
returns the bounding box for a list of spaces example usage const spaceids = \["space 1", "space 2"]; const boundingbox = viewer2d getboundingbox(spaceids); parameters spaceids list of space ids true left unhandled content type left unhandled content type left unhandled content type left unhandled content type return value the bounding box of the spaces true left unhandled content type left unhandled content type example { max { x 100, y 100, z 0, }, min { x 0, y 0, z 0, }, }