Home > @activeviam/activeui-sdk > BookmarksApi > create
BookmarksApi.create property
Create a bookmark. If owners/readers are unspecified, they default to an array containing the current username as single element.
Signature:
create: (bookmark: Bookmark, parentPath: string, owners: PermissionGroups, readers: PermissionGroups) => Promise<BookmarkMetaData>;