Interface representing a collection of annotations associated
with a bookmark or bookmark folder.
Determines if an annotation exists with the given name.
aName | The name of the annotation |
true if an annotation exists with the given name, false otherwise. |
Gets the value of an annotation with the given name.
aName | The name of the annotation |
A variant containing the value of the annotation. Supports string, boolean and number. |
Sets the value of an annotation with the given name.
aName | The name of the annotation |
aValue | The new value of the annotation. Supports string, boolean and number |
aExpiration | The expiration policy for the annotation. See nsIAnnotationService. |
Removes the named annotation from the owner item.
aName | The name of annotation. |
Array of the annotation names associated with the owning item