TLFramePerfEvent

See source code
Table of contents

Emitted every animation frame when at least one 'frame' listener is registered.

interface TLFramePerfEvent {}

Properties

culledShapeCount

Number of shapes culled (off-screen) from rendering.

culledShapeCount: number;

elapsed

Time since the last frame in ms.

elapsed: number;

shapeCount

Total shapes on the current page.

shapeCount: number;

visibleShapeCount

Number of shapes visible (not culled) in the viewport.

visibleShapeCount: number;

Prev
TLFilesExternalContent
Next
TLGeometryOpts