Type alias AutopannerParams

AutopannerParams: {
    depth?: number;
    rate?: number;
    state?: boolean;
}

Type declaration

  • Optional depth?: number
  • Optional rate?: number
  • Optional state?: boolean

Generated using TypeDoc