TLCameraStartPerfEvent

See source code
Table of contents

Emitted when a camera operation (pan or zoom) begins.

interface TLCameraStartPerfEvent {}

Properties

timestamp

performance.now() when the camera session started.

timestamp: number;

type

Whether this is a pan or zoom operation.

type: "panning" | "zooming";

Prev
TLCameraOptions
Next
TLCancelEventInfo