mozIPlaceInfo

Warning: This interface is experimental and will change after Gecko 2.0.

This interface provides additional info for a Places entry
1.0
66
Introduced
Gecko 2.0
Inherits from: nsISupports Last changed in Gecko 2.0 (Firefox 4 / Thunderbird 3.3 / SeaMonkey 2.1)

Attributes

Attribute Type Description
frecency long Read only: The frecency of the place.
guid String Read only: The globally unique id of the place.
placeId long
Read only: The machine-local (internal) id of the place.
title String Read only: The title associated with the place.
uri nsIURI Read only: The URI of the place.
visits mozIVisitInfo[] Read only: An array of mozIVisitInfo objects for the place.

See also