Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

nsINavHistoryFullVisitResultNode

This interface describes a result from a RESULT_TYPE_FULL_VISIT query on the Places service. This includes more detailed information than the RESULT_TYPE_VISIT query (which returns nsINavHistoryVisitResultNode, and as such takes more time to look up.
1.0
28
Introduced
Gecko 1.9
Inherits from: nsINavHistoryVisitResultNode Last changed in Gecko 1.9 (Firefox 3)

The information returned in this interface is not commonly used, hence its separation into a separate query type for efficiency.

Attributes

Attribute Type Description
referringVisitId long long The referring visit ID; the referrer should have the same session ID as the visit described by this record. Read only.
transitionType long Indicates the type of transition for the visit. This will be one of the nsINavHistoryService.Transition type constants. Read only.
visitId long long The visit ID of the visit. Read only.

See also

Document Tags and Contributors

 Contributors to this page: Sheppy, fscholz, trevorh
 Last updated by: Sheppy,