WARNING: Most of this content (with the exception of the Mozilla 1.9 XPCOM reference) is very old, and can be expected to be out of date and possibly obsolete. For better XUL documentation, please visit the XUL hub at the Mozilla Developer Center.

fuelIBookmark

IID:808585b6-7568-4b26-8c62-545221bf2b8c
Inherits From:nsISupports

Properties

readonly fuelIAnnotations annotations

The annotations object for the bookmark.

AString description

The description of the bookmark.

readonly fuelIEvents events

The events object for the bookmark. supports: "remove", "change", "visit", "move"

readonly PRInt64 id

The id of the bookmark.

AString keyword

The keyword associated with the bookmark.

fuelIBookmarkFolder parent

The parent folder of the bookmark.

AString title

The title of the bookmark.

readonly AString type

The type of the bookmark. values: "bookmark", "separator"

nsIURI uri

The uri of the bookmark.


Methods

void remove ( )

void remove ( )

Removes the item from the parent folder. Used to delete a bookmark or separator


References

This interface is returned from the following methods:

fuelIBookmarkFolder.addBookmark, fuelIBookmarkFolder.addSeparator

Reference documentation is generated from Mozilla's source.