|
@@ -4,9 +4,9 @@ declare class Bookmarks extends Collection {
|
|
static checkBookmarksSupport(): Promise<any>;
|
|
static checkBookmarksSupport(): Promise<any>;
|
|
constructor();
|
|
constructor();
|
|
get idAttribute(): string;
|
|
get idAttribute(): string;
|
|
|
|
+ model: typeof Bookmark;
|
|
initialize(): Promise<void>;
|
|
initialize(): Promise<void>;
|
|
fetched_flag: string;
|
|
fetched_flag: string;
|
|
- model: typeof Bookmark;
|
|
|
|
/**
|
|
/**
|
|
* @param {Bookmark} bookmark
|
|
* @param {Bookmark} bookmark
|
|
*/
|
|
*/
|