BookmarkStatus
Visibility status of a bookmark.
Attributes
| Attribute | Type | Description |
|---|---|---|
| ACTIVE | string = active | Indicates the bookmark is currently visible and active in the user's collection. |
| ARCHIVED | string = archived | Indicates the bookmark has been moved to storage and is hidden from the primary active view. |
| TRASHED | string = trashed | Indicates the bookmark is marked for deletion and resides in the trash bin. |
Methods
ACTIVE()
def ACTIVE()
Represents a bookmark that is currently visible and active in the user's collection.
ARCHIVED()
def ARCHIVED()
Represents a bookmark that has been moved to the archive for long-term storage, typically hidden from the main view.
TRASHED()
def TRASHED()
Represents a bookmark that has been moved to the trash and is pending permanent deletion.