AppBuilder Type
Constructors
| Constructor | Description |
|
|
Instance members
| Instance member | Description |
Full Usage:
analyticsReporting enabled
Parameters:
bool
-
Whether analytics reporting should be enabled.
Returns: AppConfig
|
|
Full Usage:
autoSynth enabled
Parameters:
bool
-
Whether automatic synthesis should be enabled.
Returns: AppConfig
|
|
|
|
Full Usage:
context keys
Parameters:
(string * obj) list
-
The context key-value pairs to add.
Returns: AppConfig
|
|
|
|
|
|
|
|
Full Usage:
outputDirectory outputDir
Parameters:
string
-
The output directory path.
Returns: AppConfig
|
|
Full Usage:
policyValidationBeta1 plugins
Parameters:
IPolicyValidationPluginBeta1 list
-
The policy validation plugins to add.
Returns: AppConfig
|
|
Full Usage:
postCliContext context
Parameters:
(string * obj) list
-
The post CLI context key-value pairs to add.
Returns: AppConfig
|
|
Full Usage:
propertyInjectors injectors
Parameters:
IPropertyInjector list
-
The property injectors to add.
Returns: AppConfig
|
|
|
|
Full Usage:
stackTraces enabled
Parameters:
bool
-
Whether stack traces should be included.
Returns: AppConfig
|
|
Full Usage:
synthesizer synthesizer
Parameters:
IReusableStackSynthesizer
-
The stack synthesizer to use.
Returns: AppConfig
|
|
Full Usage:
treeMetadata enabled
Parameters:
bool
-
Whether tree metadata should be included.
Returns: AppConfig
|
|
|
|
|
FsCDK