Usage of the SDK constitutes your agreement with the Matterport SDK Agreement. Email developers@matterport.com with any questions.
Hierarchy
- IMessenger
Index
Methods
off
-
Remove a handler for messages of type
eventType
from the iframe sandboxParameters
-
eventType: string
-
eventHandler: function
-
-
Parameters
-
Rest ...args: any[]
Returns void
-
-
-
Returns void
-
on
-
Add a handler for messages of type
eventType
from the iframe sandboxParameters
-
eventType: string
-
eventHandler: function
-
-
Parameters
-
Rest ...args: any[]
Returns void
-
-
-
Returns void
-
send
-
Send a messages of type
eventType
to the iframe sandbox with any optional data associated with the messageParameters
-
eventType: string
-
Rest ...args: any[]
Returns void
-
A messaging object to send and receive messages to and from your iframe sandbox.