Home > @lynx-js/rspeedy > Filename > js

Filename.js property

The name of the JavaScript files.

Signature:

js?: string | undefined;

Remarks

Default values:

  • Development: '[name].js' - Production: '[name].[contenthash:8].js'
Except as otherwise noted, this work is licensed under a Creative Commons Attribution 4.0 International License, and code samples are licensed under the Apache License 2.0.