Get Computed Style For Node Response
data class GetComputedStyleForNodeResponse(computedStyle: List<CSSComputedStyleProperty>)
Content copied to clipboard
Represents response frame that is returned from CSS#getComputedStyleForNode operation call. Returns the computed style for a DOM node identified by nodeId
.
See also
Constructors
GetComputedStyleForNodeResponse
Link copied to clipboard
fun GetComputedStyleForNodeResponse(computedStyle: List<CSSComputedStyleProperty>)
Content copied to clipboard
Properties
computedStyle
Link copied to clipboard
Sources
jvm source
Link copied to clipboard