Talk:FUEL/0.2/API
		
		
		
		Jump to navigation
		Jump to search
		
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:
parentis aBookmark(Getter) / (Getter/Setter) ??typeis 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