This is the dev preview website. Check out the document at lynxjs.org

Home > @lynx-js/qrcode-rsbuild-plugin > CustomizedSchemaFn

CustomizedSchemaFn type

Customize the generated schema.

Signature:

export type CustomizedSchemaFn = (url: string) => string | Record<string, string>;