InstancedGraphicProps Namespace

Function

Name Description
InstancedGraphicProps.collectTransferables Add all Transferable objects from props

Defined in

InstancedGraphicProps Type Alias

InstancedGraphicProps = Omit<InstancedGraphicParams, "transformCenter" | "range"> & { range?: LowAndHighXYZ, transformCenter: XYAndZ }

A representation of an InstancedGraphicParams that can be copied using structured cloning, e.g., when transferring between Workers. This representation is used by RenderInstancesParams.

@see - InstancedGraphicParams.toProps and InstancedGraphicParams.fromProps to convert between representations.

Defined in

Last Updated: 16 February, 2026