struct Protocol::DOM::InlineStyleInvalidated

Overview

Fired when Element's inline style is modified via a CSS property modification.

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 node_ids : Array(NodeId) #

Ids of the nodes for which the inline styles have been invalidated.


[View source]