Usage of the SDK constitutes your agreement with the Matterport SDK Agreement. Email developers@matterport.com with any questions.
Type parameters
-
T
Hierarchy
- ISceneObjectSpy
Index
Properties
Readonly path
The path to spy on
Methods
onEvent
-
Triggered when the data at
path
changes or when its event is triggeredParameters
-
eventData: T
The data sent with event from a IComponent.notify call or the new value of the input or output referenced by the path.
Returns void
-
A spy allows for spying on events triggered on a component from outside of the component system