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.
- InstancedGraphicProps.collectTransferables to extract Transferable objects for structured clone.
Defined in
Last Updated: 16 February, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.