Package com.vaadin.flow.server.frontend
Interface TypeScriptBootstrapModifier
- All Superinterfaces:
Serializable
Implemented by classes that want to modify the bootstrap typescript.
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidModifies the bootstrap typescript by mutating the parameter.default voidmodify(List<String> bootstrapTypeScript, Options options, FrontendDependenciesScanner frontendDependenciesScanner) Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
modify
@Deprecated(since="25.2", forRemoval=true) default void modify(List<String> bootstrapTypeScript, Options options, FrontendDependenciesScanner frontendDependenciesScanner) Deprecated, for removal: This API element is subject to removal in a future version.frontendDependenciesScannercan be obtained callingOptions.getFrontendDependenciesScanner(). Usemodify(List, Options)insteadModifies the bootstrap typescript by mutating the parameter.- Parameters:
bootstrapTypeScript- the input typescript split into linesoptions- options used by the buildfrontendDependenciesScanner- the frontend dependencies scanner
-
modify
Modifies the bootstrap typescript by mutating the parameter.- Parameters:
bootstrapTypeScript- the input typescript split into linesoptions- options used by the build
-
frontendDependenciesScannercan be obtained callingOptions.getFrontendDependenciesScanner().