GetScriptSourceRequest

@Serializable
data class GetScriptSourceRequest(val scriptId: ScriptId)

Request object containing input parameters for the DebuggerDomain.getScriptSource command.

Constructors

Link copied to clipboard
constructor(scriptId: ScriptId)

Properties

Link copied to clipboard

Id of the script to get source for.