GetFrameCallbackDetails class

Constructors

GetFrameCallbackDetails({required bool errorOccurred, required String url, required int parentFrameId, required String documentId, String? parentDocumentId, required DocumentLifecycle documentLifecycle, required FrameType frameType})
GetFrameCallbackDetails.fromJS(GetFrameCallbackDetails _wrapped)

Properties

documentId String
A UUID of the document loaded.
getter/setter pair
documentLifecycle DocumentLifecycle
The lifecycle the document is in.
getter/setter pair
errorOccurred bool
True if the last navigation in this frame was interrupted by an error, i.e. the onErrorOccurred event fired.
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → GetFrameCallbackDetails
no setter
url String
The URL currently associated with this frame, if the frame identified by the frameId existed at one point in the given tab. The fact that an URL is associated with a given frameId does not imply that the corresponding frame still exists.
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