menu
chrome_extension package
documentation
windows.dart
QueryOptions class
QueryOptions class
dark_mode
light_mode
QueryOptions
class
Constructors
QueryOptions
({
bool
?
populate
,
List
<
WindowType
>
?
windowTypes
})
QueryOptions.fromJS
(
QueryOptions
_wrapped
)
Properties
hashCode
→
int
The hash code for this object.
no setter
inherited
populate
↔
bool
?
If true, the
windows.Window
object has a
tabs
property that contains a list of the
tabs.Tab
objects. The
Tab
objects only contain the
url
,
pendingUrl
,
title
, and
favIconUrl
properties if the extension's manifest file includes the
"tabs"
permission.
getter/setter pair
runtimeType
→
Type
A representation of the runtime type of the object.
no setter
inherited
toJS
→ QueryOptions
no setter
windowTypes
↔
List
<
WindowType
>
?
If set, the
windows.Window
returned is filtered based on its type. If unset, the default filter is set to
['normal', 'popup']
.
getter/setter pair
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
chrome_extension package
documentation
windows
QueryOptions class
windows library