View Source Api2pdf.Model.ChromeAdvancedImageOptions (Api2pdf v0.1.2)

https://app.swaggerhub.com/apis-docs/api2pdf/api2pdf/2.0.0#/ChromeAdvancedImageOptions

Link to this section Summary

Link to this section Types

@type t() :: %Api2pdf.Model.ChromeAdvancedImageOptions{
  delay: number(),
  fullPage: boolean(),
  puppeteerWaitForMethod: String.t(),
  puppeteerWaitForValue: String.t(),
  viewPortOptions: Api2pdf.Model.ViewPortOptions.t()
}