Cloud API Overview > @adpt/cloud > nodejs > ReactAppProps
nodejs.ReactAppProps interface
Props for nodejs.ReactApp().
Signature:
export interface ReactAppProps
Properties
| Property | Type | Description |
|---|---|---|
| buildOptions | NodeImageBuildOptions | Options to be passed to the LocalNodeImage prop called options. |
| httpOptions | Partial<HttpServerProps> | Options to be passed to the HttpServer component. |
| srcDir | string | The source code directory to build. |