import "nsINavHistoryService.idl";
Inherits nsINavHistoryVisitResultNode.

Public Attributes | |
| readonly attribute long long | visitId |
| readonly attribute long long | referringVisitId |
| readonly attribute long | transitionType |
Definition at line 221 of file nsINavHistoryService.idl.
| readonly attribute long long nsINavHistoryFullVisitResultNode::referringVisitId |
This indicates the referring visit ID of the visit. The referrer should have the same sessionId.
Definition at line 232 of file nsINavHistoryService.idl.
| readonly attribute long nsINavHistoryFullVisitResultNode::transitionType |
Indicates the transition type of the visit. One of nsINavHistoryService.TRANSITION_*
Definition at line 238 of file nsINavHistoryService.idl.
| readonly attribute long long nsINavHistoryFullVisitResultNode::visitId |
This indicates the visit ID of the visit.
Definition at line 226 of file nsINavHistoryService.idl.
1.5.8