$SimulateTraceConfig
const
$SimulateTraceConfig:object
Type declaration
description
readonly
description:"An object that configures simulation execution trace."
='An object that configures simulation execution trace.'
properties
readonly
properties:object
properties.enable
readonly
properties.enable:object
properties.enable.description
readonly
properties.enable.description:"A boolean option for opting in execution trace features simulation endpoint."
='A boolean option for opting in execution trace features simulation endpoint.'
properties.enable.type
readonly
properties.enable.type:"boolean"
='boolean'
properties.scratch-change
readonly
properties.scratch-change:object
properties.scratch-change.description
readonly
properties.scratch-change.description:"A boolean option enabling returning scratch slot changes together with execution trace during simulation."
='A boolean option enabling returning scratch slot changes together with execution trace during simulation.'
properties.scratch-change.type
readonly
properties.scratch-change.type:"boolean"
='boolean'
properties.stack-change
readonly
properties.stack-change:object
properties.stack-change.description
readonly
properties.stack-change.description:"A boolean option enabling returning stack changes together with execution trace during simulation."
='A boolean option enabling returning stack changes together with execution trace during simulation.'
properties.stack-change.type
readonly
properties.stack-change.type:"boolean"
='boolean'
properties.state-change
readonly
properties.state-change:object
properties.state-change.description
readonly
properties.state-change.description:"A boolean option enabling returning application state changes (global, local, and box changes) with the execution trace during simulation."
='A boolean option enabling returning application state changes (global, local, and box changes) with the execution trace during simulation.'
properties.state-change.type
readonly
properties.state-change.type:"boolean"
='boolean'
type
readonly
type:"object"
='object'
Defined in
schemas.gen.ts:1201