Talk:FUEL/0.2/API
From MozillaWiki
Bookmarks wrapper
Here are a couple of additions based on my own experience:
Bookmarks
Methods:
getByType( aType )
returnsArray<Bookmark>
Bookmark( Object )
Methods:
getChildren()
returnsArray<Bookmark>
// containers only
Properties:
-
parent
is aBookmark
(Getter) / (Getter/Setter) ?? -
type
is aString
: container || folder || livemark || bookmark (Getter)
Ancestor 12:03, 8 January 2007 (PST)
read-only properties
I find (Getter/Setter) vs. (Getter) vs. no parentheses a bit confusing. I suspect that all properties have a getter, thus it should be sufficient to classify those without a setter as read-only. --Dao