interface ISynthesisSession
| Language | Type name |
|---|---|
.NET | Constructs.ISynthesisSession |
Java | software.constructs.ISynthesisSession |
Python | constructs.ISynthesisSession |
TypeScript (source) | constructs » ISynthesisSession |
Represents a single session of synthesis.
Passed into construct.onSynthesize() methods.
Properties
| Name | Type | Description |
|---|---|---|
| outdir | string | The output directory for this synthesis session. |
outdir
Type:
string
The output directory for this synthesis session.

.NET
Java
Python
TypeScript (