filename
PRO

Type: <string>
It defines the filename to be associated with a generated asset over the target url.
  • CLI
  • JavaScript
  • Shell
  • Python
  • Ruby
const mql = require('@microlink/mql')

const { status, data } = await mql('https://padlet.com/padlets/mjl7vtq8a26g/exports/print', { pdf: true, filename: 'solar system' })

mql.render(data)
This query parameter should be combine with screenshot or pdf.