Appearance
Changelog
v0.8.0
February 25th 2026
- New ✨
- spatial query filters
atandwithinfor elements and spacestsconst spaces = await hostApi.getSpaces({ where: { at: [-5, 3] } }) const assetsInBoundingBox = await hostApi.getElements({ where: { within: { min: [-3, 0], max: [10, 5] } } }) - asset elements now inherit product category and subCategoryts
const workstations = await hostApi.getElements({ where: { subCategory: 'workstation' } })
- spatial query filters
v0.7.0
February 17th 2026
- New ✨
- Changes
- Elements now expose transform, localTransform, boundingBox and localBoundingBox
element.position,element.rotationare removed in favour ofelement.transform

