TLCameraMoveOptions

See source code
type TLCameraMoveOptions = Partial<{
  animation: Partial<{
    easing(t: number): number
    duration: number
  }>
  force: boolean
  immediate: boolean
  reset: boolean
}>
Prev
TLBaseBoxShape
Next
TLCancelEvent