OnCreatedNavigationTargetDetails class

Constructors

OnCreatedNavigationTargetDetails({required int sourceTabId, required int sourceProcessId, required int sourceFrameId, required String url, required int tabId, required double timeStamp})
OnCreatedNavigationTargetDetails.fromJS(OnCreatedNavigationTargetDetails _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceFrameId int
The ID of the frame with sourceTabId in which the navigation is triggered. 0 indicates the main frame.
getter/setter pair
sourceProcessId int
The ID of the process that runs the renderer for the source frame.
getter/setter pair
sourceTabId int
The ID of the tab in which the navigation is triggered.
getter/setter pair
tabId int
The ID of the tab in which the url is opened
getter/setter pair
timeStamp double
The time when the browser was about to create a new view, in milliseconds since the epoch.
getter/setter pair
toJS → OnCreatedNavigationTargetDetails
no setter
url String
The URL to be opened in the new window.
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