ready
import { EVENTS, ReadyEvent } from "@egjs/view360";
// Typescript
const onReady = (evt: ReadyEvent) => {};
view360.on(EVENTS.READY, onReady);
An event that fires when the component is initialized.
This will be called once after init() is called.
info
The example below intentionally disabled all controls for event order checking.
The following is a list of available events in the example:
- "loadStart", "load", "ready", "projectionChange"