struct Protocol::CSS::AddRule

Overview

Inserts a new rule with the given ruleText in a stylesheet with given styleSheetId, at the position specified by location.

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 rule : CSSRule #

The newly created rule.


[View source]