struct Protocol::CSS::GetComputedStyleForNode

Overview

Returns the computed style for a DOM node identified by nodeId.

Included Modules

Defined in:

protocol/css.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def computed_style : Array(CSSComputedStyleProperty) #

Computed style for the specified DOM node.


[View source]