updateZoomState

fun updateZoomState(id: String, scaleFactor: Float, scaleOffset: Offset)

Updates the zoom state of a sticky item (scale factor and scale offset).

Parameters

id

The ID of the sticky item to be updated.

scaleFactor

The new scale factor to set.

scaleOffset

The new scale offset to set.