--- title: Bookmark slug: FUEL/Bookmark tags: - FUEL - Interfaces - 'XPCOM:Références' translation_of: Mozilla/Tech/Toolkit_API/FUEL/fuelIBookmark ---


Synoptique

void remove()

Attributs

Attribut Type Description
id attribut long en lecture seule L'id du marque-page.
title attribut AString Le titre du marque-page.
uri attribut nsIURI L'uri du marque-page.
description attribut AString La description du marque-page.
keyword attribut AString Les mots clefs associés au marque-page.
type attribut AString en lecture seule Le type de marque-page. Valeurs : bookmark, separator
parent attribut fuelIBookmarkFolder Le dossier parent du marque-page.
annotations attribut fuelIAnnotations Les objets commentaires du marque-page.
events attribut fuelIEvents en lecture seule Les objets événements du marque-page. Accepte les valeurs : remove, change, visit, move

Méthodes

remove()

Supprime l'élément du dossier parent. Utilisé pour effacer un marque-page ou un séparateur

void remove()
Paramètres
Valeur retournée


Voir également