ReactStartCodegenJobData

Describes the code generation job configuration for a React project.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The API configuration for the code generation job.

Link copied to clipboard

Lists the dependency packages that may be required for the project code to run.

Link copied to clipboard

Specifies whether the code generation job should render inline source maps.

Link copied to clipboard

The JavaScript module type.

Link copied to clipboard

Specifies whether the code generation job should render type declaration files.

Link copied to clipboard

The file type to use for a JavaScript project.

Link copied to clipboard

The ECMAScript specification to use.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String