brows3r — TypeScript API
Preparing search index...
api/bookmarks
bookmarkAdd
Function bookmarkAdd
bookmarkAdd
(
profileId
:
string
,
bucket
:
string
,
prefix
:
string
,
label
?:
string
,
)
:
Promise
<
Bookmark
>
Add a new bookmark. Returns the created record.
Parameters
profileId
:
string
bucket
:
string
prefix
:
string
Optional
label
:
string
Returns
Promise
<
Bookmark
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
brows3r — TypeScript API
Loading...
Add a new bookmark. Returns the created record.