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
66
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