DeleteInjectionDetails class
Properties
-
allFrames
↔ bool?
-
If allFrames is
true
, implies that the CSS should be removed from all
frames of current page. By default, it's false
and is only removed from
the top frame. If true
and frameId
is set, then the code is removed
from the selected frame and all of its child frames.
getter/setter pair
-
code
↔ String?
-
CSS code to remove.
getter/setter pair
-
cssOrigin
↔ CSSOrigin?
-
The origin of the
CSS to remove. Defaults to
"author"
.
getter/setter pair
-
file
↔ String?
-
CSS file to remove.
getter/setter pair
-
frameId
↔ int?
-
The frame from where the CSS should be removed.
Defaults to 0 (the top-level frame).
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
matchAboutBlank
↔ bool?
-
If matchAboutBlank is true, then the code is also removed from about:blank
and about:srcdoc frames if your extension has access to its parent
document. By default it is
false
.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
toJS
→ DeleteInjectionDetails
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited