On this page

Type Alias CameraFunctionSpecification<T>

CameraFunctionSpecification:
    | { stops: [number, T][]; type: "exponential" }
    | { stops: [number, T][]; type: "interval" }

Type Parameters

  • T
Was this helpful?
SDK JS
Reference
CameraFunctionSpecification