client
Classes
Objects
- React360 :
object
The global object for the React 360 app.
Functions
- init(bundle, parent, options)
Initializes the React 360 application.
ReactInstance
Kind: global class
new ReactInstance()
Represents a React 360 instance.
React360 : object
The global object for the React 360 app.
Kind: global namespace
init(bundle, parent, options)
Initializes the React 360 application.
Kind: global function
Param | Type | Description |
---|---|---|
bundle | string | The bundle URL of the React 360 app. |
parent | HTMLElement | The parent element where the app will be rendered. |
options | Object | Custom options for the ReactInstance. |