UpdateProperties class

Constructors

UpdateProperties({String? url, bool? active, bool? highlighted, bool? selected, bool? pinned, bool? muted, int? openerTabId, bool? autoDiscardable})
UpdateProperties.fromJS(UpdateProperties _wrapped)

Properties

active bool?
Whether the tab should be active. Does not affect whether the window is focused (see windows.update).
getter/setter pair
autoDiscardable bool?
Whether the tab should be discarded automatically by the browser when resources are low.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highlighted bool?
Adds or removes the tab from the current selection.
getter/setter pair
muted bool?
Whether the tab should be muted.
getter/setter pair
openerTabId int?
The ID of the tab that opened this tab. If specified, the opener tab must be in the same window as this tab.
getter/setter pair
pinned bool?
Whether the tab should be pinned.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selected bool?
Whether the tab should be selected.
getter/setter pair
toJS → UpdateProperties
no setter
url String?
A URL to navigate the tab to. JavaScript URLs are not supported; use scripting.executeScript instead.
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