Skip to main content

BookmarkStatus

Visibility status of a bookmark.

Attributes

AttributeTypeDescription
ACTIVEstring = activeIndicates the bookmark is currently visible and active in the user's collection.
ARCHIVEDstring = archivedIndicates the bookmark has been moved to storage and is hidden from the primary active view.
TRASHEDstring = trashedIndicates 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.