QueryInfo class
Constructors
QueryInfo ({bool ? active , bool ? pinned , bool ? audible , bool ? muted , bool ? highlighted , bool ? discarded , bool ? autoDiscardable , bool ? currentWindow , bool ? lastFocusedWindow , TabStatus ? status , String ? title , Object ? url , int ? groupId , int ? windowId , WindowType ? windowType , int ? index })
QueryInfo.fromJS (QueryInfo _wrapped )
Properties
active
↔ bool ?
Whether the tabs are active in their windows.
getter/setter pair
audible
↔ bool ?
Whether the tabs are audible.
getter/setter pair
autoDiscardable
↔ bool ?
Whether the tabs can be discarded automatically by the browser when
resources are low.
getter/setter pair
currentWindow
↔ bool ?
Whether the tabs are in the current window .
getter/setter pair
discarded
↔ bool ?
Whether the tabs are discarded. A discarded tab is one whose content has
been unloaded from memory, but is still visible in the tab strip. Its
content is reloaded the next time it is activated.
getter/setter pair
groupId
↔ int ?
The ID of the group that the tabs are in, or tabGroups.TAB_GROUP_ID_NONE
for ungrouped tabs.
getter/setter pair
hashCode
→ int
The hash code for this object.
no setter inherited
highlighted
↔ bool ?
Whether the tabs are highlighted.
getter/setter pair
index
↔ int ?
The position of the tabs within their windows.
getter/setter pair
lastFocusedWindow
↔ bool ?
Whether the tabs are in the last focused window.
getter/setter pair
muted
↔ bool ?
Whether the tabs are muted.
getter/setter pair
pinned
↔ bool ?
Whether the tabs are pinned.
getter/setter pair
runtimeType
→ Type
A representation of the runtime type of the object.
no setter inherited
status
↔ TabStatus ?
The tab loading status.
getter/setter pair
title
↔ String ?
Match page titles against a pattern. This property is ignored if the
extension does not have the "tabs"
permission.
getter/setter pair
toJS
→ QueryInfo
no setter
url
↔ Object ?
Match tabs against one or more URL patterns . Fragment
identifiers are not matched. This property is ignored if the extension
does not have the "tabs"
permission.
getter/setter pair
windowId
↔ int ?
The ID of the parent window, or windows.WINDOW_ID_CURRENT
for the
current window .
getter/setter pair
windowType
↔ WindowType ?
The type of window the tabs are in.
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