struct Protocol::DOM::CSSComputedStyleProperty

Included Modules

Defined in:

protocol/dom.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def name : String #

Computed style property name.


[View source]
def value : String #

Computed style property value.


[View source]