InjectionTarget class

Constructors

InjectionTarget({required int tabId, List<int>? frameIds, List<String>? documentIds, bool? allFrames})
InjectionTarget.fromJS(InjectionTarget _wrapped)

Properties

allFrames bool?
Whether the script should inject into all frames within the tab. Defaults to false. This must not be true if frameIds is specified.
getter/setter pair
documentIds List<String>?
The IDs of specific documentIds to inject into. This must not be set if frameIds is set.
getter/setter pair
frameIds List<int>?
The IDs of specific frames to inject into.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int
The ID of the tab into which to inject.
getter/setter pair
toJS → InjectionTarget
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

Operators

operator ==(Object other) bool
The equality operator.
inherited