Home > @lynx-js/template-webpack-plugin > EncodeOptions
EncodeOptions interface
The options for encoding a Lynx bundle.
Signature:
Home > @lynx-js/template-webpack-plugin > EncodeOptions
The options for encoding a Lynx bundle.
Signature:
export interface EncodeOptions |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
Record<string, string | boolean> | |||
|
Record<string, { type?: 'lazy'; encoding?: 'JsBytecode' | 'CSS'; content: string | Record<string, unknown> | undefined; }> | |||
|
Record<string, unknown> |
(Optional) Element template data used by encoders that support element template output. | ||
|
{ root: string | undefined; lepusChunk: Record<string, string>; filename: string | undefined; } | undefined | |||
|
Record<string, string | undefined> | undefined |
(Optional) |

