Class SetStyleSheetTextCommandResponse
Response for Sets the new stylesheet text.
public sealed class SetStyleSheetTextCommandResponse : ICommandResponse<SetStyleSheetTextCommandSettings>, ICommandResponse
- Inheritance
-
SetStyleSheetTextCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
SourceMapURL
URL of source map associated with script (if any).
[JsonPropertyName("sourceMapURL")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? SourceMapURL { get; set; }