OnBeforeNavigateDetails class

Constructors

OnBeforeNavigateDetails({required int tabId, required String url, required int processId, required int frameId, required int parentFrameId, required double timeStamp, String? parentDocumentId, required DocumentLifecycle documentLifecycle, required FrameType frameType})
OnBeforeNavigateDetails.fromJS(OnBeforeNavigateDetails _wrapped)

Properties

documentLifecycle DocumentLifecycle
The lifecycle the document is in.
getter/setter pair
frameId int
0 indicates the navigation happens in the tab content window; a positive value indicates navigation in a subframe. Frame IDs are unique for a given tab and process.
getter/setter pair
frameType FrameType
The type of frame the navigation occurred in.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
parentDocumentId String?
A UUID of the parent document owning this frame. This is not set if there is no parent.
getter/setter pair
parentFrameId int
The ID of the parent frame, or -1 if this is the main frame.
getter/setter pair
processId int
The value of -1.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabId int
The ID of the tab in which the navigation is about to occur.
getter/setter pair
timeStamp double
The time when the browser was about to start the navigation, in milliseconds since the epoch.
getter/setter pair
toJS → OnBeforeNavigateDetails
no setter
url String
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