Class CSSStyleSheetHeader
CSSStyleSheetHeader
public sealed class CSSStyleSheetHeader
- Inheritance
-
CSSStyleSheetHeader
- Inherited Members
Properties
Disabled
disabled
[JsonPropertyName("disabled")]
public bool Disabled { get; set; }
Property Value
EndColumn
endColumn
[JsonPropertyName("endColumn")]
public double EndColumn { get; set; }
Property Value
EndLine
endLine
[JsonPropertyName("endLine")]
public double EndLine { get; set; }
Property Value
FrameId
frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
HasSourceURL
hasSourceURL
[JsonPropertyName("hasSourceURL")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? HasSourceURL { get; set; }
Property Value
- bool?
IsConstructed
isConstructed
[JsonPropertyName("isConstructed")]
public bool IsConstructed { get; set; }
Property Value
IsInline
isInline
[JsonPropertyName("isInline")]
public bool IsInline { get; set; }
Property Value
IsMutable
isMutable
[JsonPropertyName("isMutable")]
public bool IsMutable { get; set; }
Property Value
Length
length
[JsonPropertyName("length")]
public double Length { get; set; }
Property Value
LoadingFailed
loadingFailed
[JsonPropertyName("loadingFailed")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? LoadingFailed { get; set; }
Property Value
- bool?
Origin
origin
[JsonPropertyName("origin")]
public StyleSheetOrigin Origin { get; set; }
Property Value
OwnerNode
ownerNode
[JsonPropertyName("ownerNode")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? OwnerNode { get; set; }
Property Value
- long?
SourceMapURL
sourceMapURL
[JsonPropertyName("sourceMapURL")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string SourceMapURL { get; set; }
Property Value
SourceURL
sourceURL
[JsonPropertyName("sourceURL")]
public string SourceURL { get; set; }
Property Value
StartColumn
startColumn
[JsonPropertyName("startColumn")]
public double StartColumn { get; set; }
Property Value
StartLine
startLine
[JsonPropertyName("startLine")]
public double StartLine { get; set; }
Property Value
StyleSheetId
styleSheetId
[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }
Property Value
Title
title
[JsonPropertyName("title")]
public string Title { get; set; }