Skip to content

API / wxt / GeneratedPublicFile

Interface: GeneratedPublicFile

Source: packages/wxt/src/types.ts:1857

Contents

Extends

Properties

contents

contents: string

Source: packages/wxt/src/types.ts:1859

Text to write to the file.


relativeDest

relativeDest: string

Source: packages/wxt/src/types.ts:1844

The relative path in the output directory to copy the file to.

Example

ts
'content-scripts/base-styles.css';

Inherited from

ResolvedBasePublicFile.relativeDest


Generated using typedoc-plugin-markdown and TypeDoc