Rezi
Preparing search index...
core/src
parseReproBundleJson
Function parseReproBundleJson
parseReproBundleJson
(
json
:
string
,
)
:
ReproParseResult
<
Readonly
<
{
capsSnapshot
:
ReproCapsSnapshot
;
captureConfig
:
ReproCaptureConfig
;
eventCapture
:
ReproEventCapture
;
schema
:
"rezi-repro-v1"
;
timingModel
:
ReproTimingModelMetadata
;
}
,
>
,
>
Parse and validate a repro bundle from JSON text.
Parameters
json
:
string
Returns
ReproParseResult
<
Readonly
<
{
capsSnapshot
:
ReproCapsSnapshot
;
captureConfig
:
ReproCaptureConfig
;
eventCapture
:
ReproEventCapture
;
schema
:
"rezi-repro-v1"
;
timingModel
:
ReproTimingModelMetadata
;
}
,
>
,
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Rezi
Loading...
Parse and validate a repro bundle from JSON text.