Skip to main content

client

Classes

ReactInstance

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

ParamTypeDescription
bundlestringThe bundle URL of the React 360 app.
parentHTMLElementThe parent element where the app will be rendered.
optionsObjectCustom options for the ReactInstance.