Home > @lynx-js/template-webpack-plugin > LynxTemplatePluginOptions
#LynxTemplatePluginOptions interface
The options for LynxTemplatePlugin
Signature:
export interface LynxTemplatePluginOptions #Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
'all' | string[] |
(Optional) List all entries which should be injected | ||
|
CSS.Plugin[] |
plugins passed to parser | ||
|
string[] | undefined |
When is enabled, | ||
|
boolean |
debugInfoOutside controls whether the debug info is placed outside the template. | ||
|
boolean |
defaultDisplayLinear controls whether the default value of If | ||
|
boolean |
(Optional) When enabled, the default overflow CSS property for views and components will be | ||
|
'tt' | 'react' | 'react_nodiff' |
(Optional) Declare the current dsl to the encoder. | ||
|
boolean |
Use Android View level APIs and system implementations. | ||
|
boolean |
enableAccessibilityElement set the default value of | ||
|
boolean |
enableCSSInheritance enables the default inheritance properties. | ||
|
boolean |
CSS Invalidation refers to the process of determining which elements need to have their styles recalculated when the DOM is updated. | ||
|
boolean |
enableCSSSelector controls whether enabling the new CSS implementation. | ||
|
boolean |
enableNewGesture enables the new gesture system. | ||
|
boolean |
enableRemoveCSSScope controls whether CSS is restrict to use in the component scope.
| ||
|
string[] |
(Optional) List all entries which should not be injected | ||
|
boolean |
(ALPHA) (Optional) Generate standalone lazy bundle. | ||
|
string | ((entryName: string) => string) |
(Optional) The file to write the template to. Supports subdirectories eg: | ||
|
string |
(Optional) The output directory of the intermediate files. | ||
|
string |
(Optional) The filename of the lazy bundle. | ||
|
boolean |
removeDescendantSelectorScope is used to remove the scope of descendant selectors. | ||
|
string |
targetSdkVersion is used to specify the minimal Lynx Engine version that a App bundle can run on. |

