target property
InjectionTarget
get
target
Details specifying the target into which to inject the script.
Implementation
InjectionTarget get target => InjectionTarget.fromJS(_wrapped.target);
set
target
(InjectionTarget v)
Implementation
set target(InjectionTarget v) {
_wrapped.target = v.toJS;
}