public static interface ReactStartCodegenJobData.Builder extends SdkPojo, CopyableBuilder<ReactStartCodegenJobData.Builder,ReactStartCodegenJobData>
| Modifier and Type | Method and Description |
|---|---|
ReactStartCodegenJobData.Builder |
inlineSourceMap(Boolean inlineSourceMap)
Specifies whether the code generation job should render inline source maps.
|
ReactStartCodegenJobData.Builder |
module(JSModule module)
The JavaScript module type.
|
ReactStartCodegenJobData.Builder |
module(String module)
The JavaScript module type.
|
ReactStartCodegenJobData.Builder |
renderTypeDeclarations(Boolean renderTypeDeclarations)
Specifies whether the code generation job should render type declaration files.
|
ReactStartCodegenJobData.Builder |
script(JSScript script)
The file type to use for a JavaScript project.
|
ReactStartCodegenJobData.Builder |
script(String script)
The file type to use for a JavaScript project.
|
ReactStartCodegenJobData.Builder |
target(JSTarget target)
The ECMAScript specification to use.
|
ReactStartCodegenJobData.Builder |
target(String target)
The ECMAScript specification to use.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReactStartCodegenJobData.Builder module(String module)
The JavaScript module type.
ReactStartCodegenJobData.Builder module(JSModule module)
The JavaScript module type.
ReactStartCodegenJobData.Builder target(String target)
The ECMAScript specification to use.
ReactStartCodegenJobData.Builder target(JSTarget target)
The ECMAScript specification to use.
ReactStartCodegenJobData.Builder script(String script)
The file type to use for a JavaScript project.
ReactStartCodegenJobData.Builder script(JSScript script)
The file type to use for a JavaScript project.
ReactStartCodegenJobData.Builder renderTypeDeclarations(Boolean renderTypeDeclarations)
Specifies whether the code generation job should render type declaration files.
renderTypeDeclarations - Specifies whether the code generation job should render type declaration files.ReactStartCodegenJobData.Builder inlineSourceMap(Boolean inlineSourceMap)
Specifies whether the code generation job should render inline source maps.
inlineSourceMap - Specifies whether the code generation job should render inline source maps.Copyright © 2023. All rights reserved.