BookmarkStatus
Visibility status of a bookmark.
Attributes
| Attribute | Type | Description |
|---|---|---|
| ACTIVE | string = active | The bookmark is actively visible and usable. |
| ARCHIVED | string = archived | The bookmark has been archived and is not actively displayed. |
| TRASHED | string = trashed | The bookmark has been moved to the trash. |
Methods
ACTIVE()
def ACTIVE()
Represents an active bookmark.
ARCHIVED()
def ARCHIVED()
Represents an archived bookmark.
TRASHED()
def TRASHED()
Represents a trashed bookmark.