Class CreateStyleSheetCommandResponse
Response for Creates a new special "via-inspector" stylesheet in the frame with given frameId.
public sealed class CreateStyleSheetCommandResponse : ICommandResponse<CreateStyleSheetCommandSettings>, ICommandResponse
- Inheritance
-
CreateStyleSheetCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
StyleSheetId
Identifier of the created "via-inspector" stylesheet.
[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }